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