We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No similar bugs have been reported
Saving the monitor config not working in monitor editing page.
Look into dev console,
TypeError: Iu.error is not a function at Proxy.isInputValid (index-qm3xr2Qi.js:579:4928) at Proxy.submit ...
Changing const toast = useToast; to const toast = useToast(); in src/pages/EditMonitor.vue can fix it.
const toast = useToast;
const toast = useToast();
A toast shows to tell what is going wrong. And user can edit continuing.
No toast shown and unable to edit.
2.0.0-beta.0
Ubuntu 2404 x64
Microsoft Edge 124.0.2478.80 x64
No response
The text was updated successfully, but these errors were encountered:
Since you already debugged this, would you like this change be credited to you (via an PR)?
Sorry, something went wrong.
fix(notification): louislam#5323 fix EditMonitor.vue useToast error
2e67cfa
see louislam#5323
Sure, new PR #5333
fix(notification): #5323 fix EditMonitor.vue useToast error (#5333)
778363a
No branches or pull requests
π I have found these related issues/pull requests
No similar bugs have been reported
π‘οΈ Security Policy
Description
Saving the monitor config not working in monitor editing page.
Look into dev console,
TypeError: Iu.error is not a function
at Proxy.isInputValid (index-qm3xr2Qi.js:579:4928)
at Proxy.submit ...
Changing
const toast = useToast;
toconst toast = useToast();
in src/pages/EditMonitor.vue can fix it.π Reproduction steps
π Expected behavior
A toast shows to tell what is going wrong. And user can edit continuing.
π Actual Behavior
No toast shown and unable to edit.
π» Uptime-Kuma Version
2.0.0-beta.0
π» Operating System and Arch
Ubuntu 2404 x64
π Browser
Microsoft Edge 124.0.2478.80 x64
π₯οΈ Deployment Environment
π Relevant log output
No response
The text was updated successfully, but these errors were encountered: