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 75daabf commit 1bc4558Copy full SHA for 1bc4558
apps/web/src/routes/_app/datahub/index.tsx
@@ -213,9 +213,6 @@ const RouteComponent = () => {
213
onSelection={handleExportSelection}
214
/>
215
</div>
216
- <div className="flex min-w-60 gap-2 lg:shrink">
217
- <Button label="Reset Datahub" onClick={() => void setTableData(data)} />
218
- </div>
219
220
<MasterDataTable
221
data={tableData}
0 commit comments