refactor(status): remove null fields
This commit is contained in:
parent
b0d6f310a8
commit
9677f742c8
6 changed files with 38 additions and 46 deletions
|
@ -18,7 +18,7 @@ import { CustomEmoji } from './tiptap/custom-emoji'
|
|||
import { Emoji } from './tiptap/emoji'
|
||||
|
||||
export interface UseTiptapOptions {
|
||||
content: Ref<string | undefined>
|
||||
content: Ref<string>
|
||||
placeholder: Ref<string | undefined>
|
||||
onSubmit: () => void
|
||||
onFocus: () => void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue