mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI: upgrade Ember to 5.4 (#26708)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<div class="has-top-margin-m is-flex">
|
||||
<SearchSelect
|
||||
class="is-flex-grow-1"
|
||||
@ariaLabel="Role"
|
||||
@placeholder="Type to find a role..."
|
||||
@disallowNewItems={{true}}
|
||||
@options={{this.roleOptions}}
|
||||
|
||||
@@ -14,6 +14,9 @@ module.exports = buildEngine({
|
||||
lazyLoading: {
|
||||
enabled: false,
|
||||
},
|
||||
babel: {
|
||||
plugins: [require.resolve('ember-concurrency/async-arrow-task-transform')],
|
||||
},
|
||||
isDevelopingAddon() {
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user