mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Compare commits
2 commits
282ada58e9
...
db60e44793
Author | SHA1 | Date | |
---|---|---|---|
|
db60e44793 | ||
|
778363a948 |
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ import { hostNameRegexPattern, relativeTimeFormatter } from "../util-frontend";
|
|||
import HiddenInput from "../components/HiddenInput.vue";
|
||||
import EditMonitorConditions from "../components/EditMonitorConditions.vue";
|
||||
|
||||
const toast = useToast;
|
||||
const toast = useToast();
|
||||
|
||||
const pushTokenLength = 32;
|
||||
|
||||
|
|
Loading…
Reference in a new issue