This commit is contained in:
Abhinav 2023-03-28 18:33:07 +05:30
parent 5c1fda970d
commit 6c118c7c89

View file

@ -33,7 +33,7 @@ export default function ExportInProgress(props: Props) {
<DialogContent>
<VerticallyCentered>
<Box mb={1.5}>
{props.exportProgress.total === 0 ? (
{isLoading ? (
t('EXPORT_STARTING')
) : (
<Trans