mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 21:04:15 +00:00
Merge branch '692-create-genericformdialog-component' into 691-refactor-nlu-entities-dialogs-add-edit-delete-bulk
This commit is contained in:
commit
5efcd4e4fe
@ -17,8 +17,7 @@ export const TranslationFormDialog = <T extends ITranslation = ITranslation>(
|
|||||||
) => (
|
) => (
|
||||||
<GenericFormDialog<T>
|
<GenericFormDialog<T>
|
||||||
Form={TranslationForm}
|
Form={TranslationForm}
|
||||||
addText="title.new_label"
|
editText="title.update_translation"
|
||||||
editText="title.edit_label"
|
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user