DEV: makes chat modals use the new <DModal /> component (#22495)

This commit also standardize the naming pattern of modals: `<Chat::Modal::FooBar />` and changes css class accordingly.

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Joffrey JAFFEUX
2023-07-10 13:43:33 +02:00
committed by GitHub
parent ed2dae6d1a
commit 9830c40386
115 changed files with 1366 additions and 1179 deletions

View File

@ -311,6 +311,7 @@ export default Component.extend(
hiddenValues: null,
disabled: false,
expandedOnInsert: false,
formName: null,
},
autoFilterable: computed("content.[]", "selectKit.filter", function () {