Skip to content

Commit

Permalink
Merge pull request #116 from nilskop/bugfix/action-expected
Browse files Browse the repository at this point in the history
fix: action required field gui refresh
  • Loading branch information
stephane-dubois authored Jul 12, 2023
2 parents 8632be0 + 6ba3005 commit 4c77c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GlistenClient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export default class GlistenClient extends Vue {
this.snackbarColor = 'error';
this.snackbarDisplayed = true;
}
this.actionRequired = false;
});
this.$emit('close', this.glistenWhisp);
Expand Down

0 comments on commit 4c77c76

Please sign in to comment.