Skip to content

Commit

Permalink
Fix import of function that shows error toast
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Sep 12, 2023
1 parent 92d25b9 commit 142f1f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/meteor/client/views/marketplace/AppInstallPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { useForm } from '../../hooks/useForm';
import AppPermissionsReviewModal from './AppPermissionsReviewModal';
import AppUpdateModal from './AppUpdateModal';
import AppInstallModal from './components/AppInstallModal/AppInstallModal';
import { handleAPIError, handleInstallError } from './helpers';
import { handleAPIError } from './helpers/handleAPIError';
import { handleInstallError } from './helpers/handleInstallError';
import { useAppsCountQuery } from './hooks/useAppsCountQuery';
import { getManifestFromZippedApp } from './lib/getManifestFromZippedApp';

Expand Down

0 comments on commit 142f1f4

Please sign in to comment.