From c726917f00a58c53a8ebb55289f357d225c8375e Mon Sep 17 00:00:00 2001 From: DIDIRUS4 Date: Wed, 11 Sep 2024 23:03:13 +0300 Subject: [PATCH] Revert "Add new patch with import .mrpack fix" This reverts commit d6e600dfd7534f195fd906459cddce785dc6095c. --- patches/fix-import-mrpack.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/fix-import-mrpack.patch diff --git a/patches/fix-import-mrpack.patch b/patches/fix-import-mrpack.patch deleted file mode 100644 index 85c3bd90..00000000 --- a/patches/fix-import-mrpack.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue -index e439c203..131393ea 100644 ---- a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue -+++ b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue -@@ -417,7 +417,7 @@ const openFile = async () => { - const newProject = await open({ multiple: false }) - if (!newProject) return - hide() -- await install_from_file(newProject.path).catch(handleError) -+ await install_from_file(newProject).catch(handleError) - - trackEvent('InstanceCreate', { - source: 'CreationModalFileOpen',