There was an error while loading. Please reload this page.
1 parent fda52fe commit a574703Copy full SHA for a574703
1 file changed
web/components/votes/vote-info.tsx
@@ -103,13 +103,13 @@ export function VoteComponent() {
103
)
104
}
105
106
-interface BaseBioProps {
+interface VoteCreatorProps {
107
defaultValue?: any
108
onBlur?: (editor: any) => void
109
onEditor?: (editor: any) => void
110
111
112
-export function VoteCreator({defaultValue, onBlur, onEditor}: BaseBioProps) {
+export function VoteCreator({defaultValue, onBlur, onEditor}: VoteCreatorProps) {
113
const editor = useTextEditor({
114
// extensions: [StarterKit],
115
max: MAX_DESCRIPTION_LENGTH,
0 commit comments