chore: remove external resource dialog

This commit is contained in:
Steven
2024-04-29 22:57:47 +08:00
parent 155c5baf2c
commit 8a3845ff54
4 changed files with 66 additions and 184 deletions

View File

@ -145,7 +145,7 @@ const CreateMemoRelationDialog: React.FC<Props> = (props: Props) => {
);
};
function showCreateMemoRelationDialog(props: Omit<Props, "destroy" | "hide">) {
function showCreateMemoRelationDialog(props: Omit<Props, "destroy">) {
generateDialog(
{
className: "create-memo-relation-dialog",