a tool for shared writing and social publishing
298
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix the type errors

+1 -3
+1 -3
components/Toolbar/FootnoteTextToolbar.tsx
··· 5 5 import { schema } from "components/Blocks/TextBlock/schema"; 6 6 import { BoldSmall, ItalicSmall, StrikethroughSmall } from "./TextToolbar"; 7 7 import { isMac } from "src/utils/isDevice"; 8 - import { ToolbarTypes } from "."; 9 - 10 8 export const FootnoteTextToolbar = (props: { 11 - setToolbarState: (s: ToolbarTypes) => void; 9 + setToolbarState: (s: "default" | "link") => void; 12 10 }) => { 13 11 return ( 14 12 <>