Skip to content

Commit

Permalink
Update resources/js/views/FixTree.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Dec 10, 2024
1 parent 79edc1d commit 97b7b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/views/FixTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function apply() {
toast.add({
severity: "error",
summary: "Invalid tree!",
detail: "We are not applying this as this is guaranteed to be a broken state.",
detail: "We are not applying this as it is guaranteed to be a broken state.",
life: 3000,
});
return;
Expand Down

0 comments on commit 97b7b89

Please sign in to comment.