mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
UI: Hds::Dropdown replace PopupMenu (#25321)
This commit is contained in:
@@ -31,6 +31,7 @@ export default Controller.extend(copy(DEFAULTS, true), {
|
||||
store: service(),
|
||||
rm: service('replication-mode'),
|
||||
replicationMode: alias('rm.mode'),
|
||||
secondaryToRevoke: null,
|
||||
|
||||
submitError(e) {
|
||||
if (e.errors) {
|
||||
@@ -114,7 +115,8 @@ export default Controller.extend(copy(DEFAULTS, true), {
|
||||
});
|
||||
},
|
||||
(...args) => this.submitError(...args)
|
||||
);
|
||||
)
|
||||
.finally(() => this.set('secondaryToRevoke', null));
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user