X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb909803c6fe3c99894ac402a88ea7cbc114f66b..80fdf9603c057f1e41915e7c8890c942d240b36e:/src/store/rich-text-editor-dialog/rich-text-editor-dialog-actions.tsx diff --git a/src/store/rich-text-editor-dialog/rich-text-editor-dialog-actions.tsx b/src/store/rich-text-editor-dialog/rich-text-editor-dialog-actions.tsx index 39f3d840a9..f2a1c4b2d7 100644 --- a/src/store/rich-text-editor-dialog/rich-text-editor-dialog-actions.tsx +++ b/src/store/rich-text-editor-dialog/rich-text-editor-dialog-actions.tsx @@ -7,6 +7,4 @@ import { dialogActions } from "~/store/dialog/dialog-actions"; export const RICH_TEXT_EDITOR_DIALOG_NAME = 'richTextEditorDialogName'; export const openRichTextEditorDialog = (title: string, text: string) => - (dispatch: Dispatch) => { - dispatch(dialogActions.OPEN_DIALOG({ id: RICH_TEXT_EDITOR_DIALOG_NAME, data: { title, text } })); - }; \ No newline at end of file + dialogActions.OPEN_DIALOG({ id: RICH_TEXT_EDITOR_DIALOG_NAME, data: { title, text } }); \ No newline at end of file