Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Jul 5, 2024
1 parent 2a8a0fa commit 3ba0294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
return this.$t('siteNavigation.addElementDrawer.title');
},
disabled() {
return !this.isValidForm || !this.pageTemplate || false;
return !this.isValidForm || !this.pageTemplate || false;
},
},
created() {
Expand Down

0 comments on commit 3ba0294

Please sign in to comment.