fixed up temporary changes
This commit is contained in:
parent
80e09efd71
commit
1b310d7174
7 changed files with 13 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ export const useInterfaceStore = defineStore('interface', {
|
|||
this.temporaryChangesConfirm = confirm
|
||||
this.temporaryChangesRevert = revert
|
||||
const countdownFunc = () => {
|
||||
if (this.temporaryChangesCountdown === 1) {
|
||||
if (this.temporaryChangesCountdown <= 1) {
|
||||
this.temporaryChangesRevert()
|
||||
this.clearTemporaryChanges()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue