Skip to content

Commit 24123da

Browse files
committed
feat: add changes from main, add translations to enable filter checkbox
1 parent 0d8a930 commit 24123da

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,13 @@ const RouteComponent = () => {
215215
id="Datahub table search mode"
216216
onCheckedChange={() => setLookUpSearch(!isLookUpSearch)}
217217
></Checkbox>
218-
<Label>Enable Datahub Table Search</Label>
218+
<Label>
219+
{' '}
220+
{t({
221+
en: 'Enable Datahub Filter Mode',
222+
fr: 'Activer le mode de filtrage'
223+
})}
224+
</Label>
219225
</div>
220226
<div className="flex min-w-60 gap-2 lg:shrink">
221227
<Button label="Reset Datahub" onClick={() => void setTableData(data)} />

0 commit comments

Comments
 (0)