Skip to content

Commit

Permalink
change default frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Dec 6, 2024
1 parent a690743 commit f8df389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/pages/Monitors/MonitorCreationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useAlert } from '../../lib/alert';
function MonitorCreationForm() {
const [name, setName] = useState('');
const [url, setUrl] = useState('');
const [frequency, setFrequency] = useState(1);
const [frequency, setFrequency] = useState(10);
const { displayAlert } = useAlert();

const createMonitorMutation = useMutation({
Expand Down

0 comments on commit f8df389

Please sign in to comment.