Comment out the disabled prop in DynamicReportEditor for clarity

This commit is contained in:
dal 2025-08-22 08:59:37 -06:00
parent 05575fe65e
commit 0a0596b4b1
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default function ReportPlayground() {
<DynamicReportEditor
value={content}
placeholder="Start typing..."
disabled={false}
// disabled={false}
className={commonClassName}
variant="default"
useFixedToolbarKit={false}