mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore: Added translate functions (#21816)
This commit is contained in:
@@ -184,7 +184,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
||||
onSuccess: (data: { options: Table[] }) => {
|
||||
onTablesLoad?.(data.options);
|
||||
if (isFetched) {
|
||||
addSuccessToast('List updated');
|
||||
addSuccessToast(t('List updated'));
|
||||
}
|
||||
},
|
||||
onError: () => handleError(t('There was an error loading the tables')),
|
||||
|
||||
Reference in New Issue
Block a user