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:
@@ -51,6 +51,7 @@
|
||||
<div class="has-top-margin-m is-flex">
|
||||
<SearchSelect
|
||||
class="is-flex-1"
|
||||
@ariaLabel="Role"
|
||||
@placeholder="Select a role"
|
||||
@disallowNewItems={{true}}
|
||||
@options={{@roles}}
|
||||
|
||||
@@ -16,6 +16,10 @@ module.exports = buildEngine({
|
||||
enabled: false,
|
||||
}),
|
||||
|
||||
babel: {
|
||||
plugins: [require.resolve('ember-concurrency/async-arrow-task-transform')],
|
||||
},
|
||||
|
||||
isDevelopingAddon() {
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user