Skip to content

Commit edb703c

Browse files
committed
refactor: use text box for caption in table
1 parent f4bf877 commit edb703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor-ui/src/dialogs/insert-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import React, { useState } from "react";
1717

18-
import { Checkbox, Field, Input, makeStyles } from "@fluentui/react-components";
18+
import { Checkbox, Field, Input, makeStyles, Textarea } from "@fluentui/react-components";
1919

2020
import {
2121
ModalDialog,

0 commit comments

Comments
 (0)