UI: Hds::Dropdown replace PopupMenu (#25321)

This commit is contained in:
claire bontempo
2024-02-09 10:38:14 -08:00
committed by GitHub
parent 28d81ed832
commit fe56069f67
78 changed files with 1446 additions and 1215 deletions

View File

@@ -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: {