Skip to content
Snippets Groups Projects
Commit ee0937e7 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove 15 second refresh option

parent 04a1881c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ import cx from "classnames";
const OPTIONS = [
{ name: "Off", period: null },
{ name: "15 seconds", period: 15 },
{ name: "1 minute", period: 1 * 60 },
{ name: "5 minutes", period: 5 * 60 },
{ name: "10 minutes", period: 10 * 60 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment