19231: Add smaller page sizes (10 and 20 items) to load faster
[arvados-workbench2.git] / src / views-components / dialog-forms / partial-copy-collection-dialog.ts
index 37d928be1c18c0348c06a0e9133ab4b6d7d806d7..3630ffb704d7961bdb62c39ac2877d70b31b05fb 100644 (file)
@@ -4,10 +4,10 @@
 
 import { compose } from "redux";
 import { reduxForm } from 'redux-form';
-import { withDialog, } from '~/store/dialog/with-dialog';
-import { CollectionPartialCopyFormData, copyCollectionPartial, COLLECTION_PARTIAL_COPY_FORM_NAME } from '~/store/collections/collection-partial-copy-actions';
-import { DialogCollectionPartialCopy } from "~/views-components/dialog-copy/dialog-collection-partial-copy";
-import { pickerId } from "~/store/tree-picker/picker-id";
+import { withDialog, } from 'store/dialog/with-dialog';
+import { CollectionPartialCopyFormData, copyCollectionPartial, COLLECTION_PARTIAL_COPY_FORM_NAME } from 'store/collections/collection-partial-copy-actions';
+import { DialogCollectionPartialCopy } from "views-components/dialog-copy/dialog-collection-partial-copy";
+import { pickerId } from "store/tree-picker/picker-id";
 
 
 export const PartialCopyCollectionDialog = compose(