feat: add view resource dialog

This commit is contained in:
boojack
2022-08-07 01:30:48 +08:00
parent 8c8bb9e59f
commit 84564891be
15 changed files with 279 additions and 18 deletions

View File

@ -62,7 +62,7 @@ const ArchivedMemoDialog: React.FC<Props> = (props: Props) => {
);
};
export default function showArchivedMemo(): void {
export default function showArchivedMemoDialog(): void {
generateDialog(
{
className: "archived-memo-dialog",