e8d7565caf
- Removed the EditDialog component from companies and quick replies. - Integrated DashboardCrudFormDialog to handle form submissions and editing for both entities. - Updated the CompanyPicker to utilize the new form dialog for creating companies. - Introduced DashboardCrudFieldControl for rendering form fields dynamically. - Added utility functions for building form values and normalizing submit values. - Updated tests to cover new form utilities and ensure correct behavior for form submissions.
8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
export { DashboardCrudPage } from "./dashboard-crud-page"
|
|
export { DashboardCrudFormDialog } from "./dashboard-crud-form-dialog"
|
|
export type {
|
|
DashboardCrudFormField,
|
|
DashboardCrudPageResult,
|
|
DashboardCrudQueryValue,
|
|
} from "./dashboard-crud-utils"
|