@@ -55,8 +55,8 @@ onDone(() => {
|
||||
onError((e) => {
|
||||
// Snackbar.open({
|
||||
// message: e.message,
|
||||
// type: "is-danger",
|
||||
// position: "is-bottom",
|
||||
// variant: "danger",
|
||||
// position: "bottom",
|
||||
// });
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -85,7 +85,7 @@ updateTodoError((e) => {
|
||||
snackbar?.open({
|
||||
message: e.message,
|
||||
variant: "danger",
|
||||
position: "is-bottom",
|
||||
position: "bottom",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user