feat: add "Copy document" dialog (#6009)

This commit is contained in:
Tom Moor
2023-10-16 19:13:57 -04:00
committed by GitHub
parent 1ce0d3470e
commit faf97401e6
17 changed files with 415 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ type Props = {
id?: string;
urlId?: string;
title: string;
emoji?: string;
emoji?: string | null;
text?: string;
state?: Buffer;
publish?: boolean;