Document emoji picker (#4338)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -661,7 +661,8 @@ export default class DocumentsStore extends BaseStore<Document> {
|
||||
async update(
|
||||
params: {
|
||||
id: string;
|
||||
title: string;
|
||||
title?: string;
|
||||
emoji?: string | null;
|
||||
text?: string;
|
||||
fullWidth?: boolean;
|
||||
templateId?: string;
|
||||
|
||||
Reference in New Issue
Block a user