Skip to content

Commit

Permalink
fix: 🐝 update toast can now be dismissed
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomMantis committed Apr 13, 2024
1 parent dfc6490 commit f2585ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/wizarr-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default defineComponent({
if (serverData?.update_available) {
this.$toast.info(UpdateAvailable, {
timeout: false,
closeButton: false,
draggable: false,
closeOnClick: false,
});
Expand Down

0 comments on commit f2585ca

Please sign in to comment.