Skip to content

Commit

Permalink
Update:Remove server settings update toast on config page
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Oct 2, 2024
1 parent fefc16b commit 4f926b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/pages/config/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export default {
.dispatch('updateServerSettings', payload)
.then(() => {
this.updatingServerSettings = false
this.$toast.success(this.$strings.ToastServerSettingsUpdateSuccess)
if (payload.language) {
// Updating language after save allows for re-rendering
Expand Down

0 comments on commit 4f926b3

Please sign in to comment.