Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/products/views/ProductCreate/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
prepareAttributesInput,
} from "@dashboard/attributes/utils/handlers";
import { ChannelData } from "@dashboard/channels/utils";
import { VALUES_PAGINATE_BY } from "@dashboard/config";
import {
AttributeErrorFragment,
FileUploadMutation,
Expand Down Expand Up @@ -58,6 +59,7 @@ const getSimpleProductVariables = (formData: ProductCreateData, productId: strin
: null,
trackInventory: formData.trackInventory,
},
firstValues: VALUES_PAGINATE_BY,
});

export function createHandler(
Expand Down
Loading