Skip to content

Commit 7c5872f

Browse files
committed
style(ControlsClientPage): adjust indentation for improved code readability
1 parent 4aac10e commit 7c5872f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/framework-editor/app/(pages)/controls/ControlsClientPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ export function ControlsClientPage({
376376
value={dataForDisplay}
377377
height={600}
378378
onChange={handleGridChange}
379-
columns={columns}
380-
rowKey="id"
381-
rowClassName={getRowClassName}
379+
columns={columns}
380+
rowKey="id"
381+
rowClassName={getRowClassName}
382382
createRow={() => ({
383383
id: simpleUUID(),
384384
name: "Control Name",

0 commit comments

Comments
 (0)