This commit is contained in:
Philipinho
2025-06-08 19:44:15 -07:00
parent d8f6a32bb2
commit 7d7eaf07d6
2 changed files with 4 additions and 2 deletions

View File

@ -92,6 +92,8 @@ function ImportFormatSelection({ spaceId, onClose }: ImportFormatSelection) {
}
try {
onClose();
notifications.show({
id: "import",
message: t("Uploading import file"),
@ -101,7 +103,7 @@ function ImportFormatSelection({ spaceId, onClose }: ImportFormatSelection) {
});
const importTask = await importZip(selectedFile, spaceId, source);
notifications.show({
notifications.update({
id: "import",
title: t("Importing pages"),
message: t("Page import is in progress."),