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
1 changed files with 1 additions and 1 deletions

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;