fix cw-note erasing parts of the note
This commit is contained in:
parent
e68e0266a4
commit
0e6caa625c
2 changed files with 55 additions and 9 deletions
|
|
@ -118,7 +118,7 @@ type MinimumUser = {
|
|||
uri: MiUser['uri'];
|
||||
};
|
||||
|
||||
type Option = {
|
||||
export type Option = {
|
||||
createdAt?: Date | null;
|
||||
name?: string | null;
|
||||
text?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue