Skip to content

Commit 4cf7f84

Browse files
committed
fix: build issue
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 3cfd105 commit 4cf7f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/CatalogDesignTable/CatalogDesignTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ export const CatalogDesignsTable: React.FC<CatalogDesignsTableProps> = ({
194194
columns={processedColumns}
195195
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
196196
//@ts-ignore
197-
rowsPerPageOptions={[15, 30, 45, 60, 75]}
198197
data={patterns || []}
198+
rowsPerPageOptions={[15, 30, 45, 60, 75]}
199199
options={options}
200200
colViews={colViews}
201201
tableCols={processedColumns}

0 commit comments

Comments
 (0)