🌐(frontend) make empty doc grid message translatable

We personalize the empty doc grid message and
make it translatable.
This commit is contained in:
Anthony LC
2024-07-17 09:36:45 +02:00
committed by Anthony LC
parent b5443676c1
commit 1ed20c3896

View File

@@ -193,6 +193,7 @@ export const DocsGrid = () => {
pagination={pagination}
onSortModelChange={setSortModel}
sortModel={sortModel}
emptyPlaceholderLabel={t("You don't have any document yet.")}
/>
</Card>
);