mirror of https://github.com/buster-so/buster.git
Comment out the disabled prop in DynamicReportEditor for clarity
This commit is contained in:
parent
05575fe65e
commit
0a0596b4b1
|
@ -34,7 +34,7 @@ export default function ReportPlayground() {
|
||||||
<DynamicReportEditor
|
<DynamicReportEditor
|
||||||
value={content}
|
value={content}
|
||||||
placeholder="Start typing..."
|
placeholder="Start typing..."
|
||||||
disabled={false}
|
// disabled={false}
|
||||||
className={commonClassName}
|
className={commonClassName}
|
||||||
variant="default"
|
variant="default"
|
||||||
useFixedToolbarKit={false}
|
useFixedToolbarKit={false}
|
||||||
|
|
Loading…
Reference in New Issue