|
|
@@ -8,7 +8,7 @@ import { useGenerateTransferKey } from '~/client/services/g2g-transfer';
|
|
|
import { apiv3Get, apiv3Post } from '~/client/util/apiv3-client';
|
|
|
import { toastError, toastSuccess } from '~/client/util/toastr';
|
|
|
import { G2G_PROGRESS_STATUS, type G2GProgress } from '~/interfaces/g2g-transfer';
|
|
|
-import { useIsGrowiHelpUrl } from '~/stores-universal/context';
|
|
|
+import { useGrowiHelpUrl } from '~/stores-universal/context';
|
|
|
import { useAdminSocket } from '~/stores/socket-io';
|
|
|
|
|
|
import CustomCopyToClipBoard from '../Common/CustomCopyToClipBoard';
|
|
|
@@ -124,7 +124,7 @@ const G2GDataTransfer = (): JSX.Element => {
|
|
|
}
|
|
|
}, [setTransferring, startTransferKey, selectedCollections, optionsMap]);
|
|
|
|
|
|
- const { data: growiHelpUrl } = useIsGrowiHelpUrl();
|
|
|
+ const { data: growiHelpUrl } = useGrowiHelpUrl();
|
|
|
|
|
|
// File upload
|
|
|
// const onChangeFileUploadTypeHandler = useCallback((e: ChangeEvent, type: string) => {
|