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
|
||||
value={content}
|
||||
placeholder="Start typing..."
|
||||
disabled={false}
|
||||
// disabled={false}
|
||||
className={commonClassName}
|
||||
variant="default"
|
||||
useFixedToolbarKit={false}
|
||||
|
|
Loading…
Reference in New Issue