refactor(editor): Stricter linting for promises and async functions (no-changelog) (#4642)
This commit is contained in:
@@ -39,7 +39,7 @@ export default defineComponent({
|
||||
},
|
||||
methods: {
|
||||
onButtonClick() {
|
||||
this.$router.push({ name: this.redirectPage });
|
||||
void this.$router.push({ name: this.redirectPage });
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user