Skip to content

Commit

Permalink
Disable confirm button per default
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Apr 20, 2023
1 parent 934dfb8 commit 2b41105
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ export default defineComponent({
cancelText: this.$gettext('Cancel'),
confirmText: this.link.password ? this.$gettext('Apply') : this.$gettext('Set'),
hasInput: true,
confirmDisabled: true,
inputLabel: this.$gettext('Password'),
inputType: 'password',
onCancel: this.hideModal,
Expand Down

0 comments on commit 2b41105

Please sign in to comment.