Skip to content
Closed
Changes from all commits
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: 1 addition & 1 deletion client/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const DEFAULT_WORKFLOW = "coreWorkflow";
// Use this to override just the home Package
// ie: {template: "products"}
export const INDEX_OPTIONS = {
workflow: "coreProductGridWorkflow"
workflow: "coreWorkflow"
};

// default load qty for product grid
Expand Down