mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): update attachment dialog title
This commit is contained in:
parent
75d96650aa
commit
736567acb3
@ -16,7 +16,7 @@ export const AttachmentFormDialog = (
|
|||||||
) => (
|
) => (
|
||||||
<GenericFormDialog
|
<GenericFormDialog
|
||||||
Form={AttachmentForm}
|
Form={AttachmentForm}
|
||||||
addText="title.media_library"
|
editText="title.media_library"
|
||||||
confirmButtonProps={{ value: "button.select" }}
|
confirmButtonProps={{ value: "button.select" }}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user