Skip to content

Commit

Permalink
feat: useTableEmpty.js locale in progress [WTEL-5284]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 29, 2024
1 parent 1d58fed commit b7b5fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const useTableEmpty = ({ dataList, filters, error, isLoading }, overrides
empty: t(''),
},
text: {
filters: t(''),
filters: t('web'),
error: t(''),
empty: t(''),
},
Expand Down

0 comments on commit b7b5fda

Please sign in to comment.