[ACS-3255] Add basic dialog for create / update rule (#2568)

* [ACS-3255] Add basic dialog for create / update rule

* Remove test data

* Fix import

* Fix linting
This commit is contained in:
Thomas Hunter
2022-07-15 16:37:41 +01:00
committed by GitHub
parent 8312bf8d84
commit a9f1946a0a
17 changed files with 692 additions and 4 deletions

View File

@@ -24,3 +24,4 @@
*/
export * from './lib/folder-rules.module';
export { EditRuleDialogSmartComponent } from './lib/rule-details/edit-rule-dialog.smart-component';