We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3249f18 commit c43c00bCopy full SHA for c43c00b
statshouse-ui/src/admin/pages/FormPage.tsx
@@ -180,7 +180,7 @@ export function EditForm(props: { isReadonly: boolean; adminMode: boolean; isHis
180
name="description"
181
className="form-control"
182
value={values.description}
183
- onChange={(e) => dispatch({ description: e.target.value.slice(0, 1024) })}
+ onChange={(e) => dispatch({ description: e.target.value.slice(0, 2048) })}
184
disabled={isReadonly}
185
/>
186
</div>
0 commit comments