Skip to content

Commit c43c00b

Browse files
Rustamchukru.nazarov
andauthored
up ui description limit x2 (#2038)
Co-authored-by: ru.nazarov <[email protected]>
1 parent 3249f18 commit c43c00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statshouse-ui/src/admin/pages/FormPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export function EditForm(props: { isReadonly: boolean; adminMode: boolean; isHis
180180
name="description"
181181
className="form-control"
182182
value={values.description}
183-
onChange={(e) => dispatch({ description: e.target.value.slice(0, 1024) })}
183+
onChange={(e) => dispatch({ description: e.target.value.slice(0, 2048) })}
184184
disabled={isReadonly}
185185
/>
186186
</div>

0 commit comments

Comments
 (0)