1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-21 17:36:44 +02:00

fix(notification): #5323 fix EditMonitor.vue useToast error (#5333)

This commit is contained in:
Dorence Deng 2024-11-11 18:08:43 +08:00 committed by GitHub
parent 6899603eb7
commit 778363a948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1065,7 +1065,7 @@ import { hostNameRegexPattern } from "../util-frontend";
import HiddenInput from "../components/HiddenInput.vue";
import EditMonitorConditions from "../components/EditMonitorConditions.vue";
const toast = useToast;
const toast = useToast();
const pushTokenLength = 32;