Skip to content

Commit 1bc4558

Browse files
committed
Feat: remove redundant reset datahub button
1 parent 75daabf commit 1bc4558

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/web/src/routes/_app/datahub/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ const RouteComponent = () => {
213213
onSelection={handleExportSelection}
214214
/>
215215
</div>
216-
<div className="flex min-w-60 gap-2 lg:shrink">
217-
<Button label="Reset Datahub" onClick={() => void setTableData(data)} />
218-
</div>
219216
</div>
220217
<MasterDataTable
221218
data={tableData}

0 commit comments

Comments
 (0)