Skip to content

Commit

Permalink
feat: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-McFaddin committed Mar 15, 2024
1 parent 71bd0bd commit b551105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/design/Export/ExportModal.jsx
Expand Up @@ -10,8 +10,6 @@ import { generateWord } from "./Export.util";
export default function ExportModal({ exportData, grantTitle, open, setOpen }) {
const quillEl = useRef(null);
const [includeTitle, setIncludeTitle] = useState();
// Documents contain sections, you can have multiple sections per document, go here to learn more about sections
// This simple example will only contain one section

const newExport = async () => {
const quillDelta = quillEl.current.getEditor().getContents();
Expand Down

0 comments on commit b551105

Please sign in to comment.