Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 18, 2024
1 parent 4e24dd0 commit 1b431b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modals/theme/EditThemeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ export default {
})
themeStore.editTheme(themeItem)
.then((response) => {
.then(({ response }) => {
this.loading = false
this.success = response.response.ok
this.success = response.ok
// Wait for the user to read the feedback then close the model
const self = this
Expand Down

0 comments on commit 1b431b6

Please sign in to comment.