File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/app-website-builder-workflows/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { PagesListContentReviews } from "./PagesListContentReviews.js";
44import { PageListChangeStatus } from "./PageListChangeStatus.js" ;
55import { UseDocumentListHookDecorator } from "./UseDocumentListHookDecorator.js" ;
66
7- export const PageList = ( ) => {
7+ export const PagesList = ( ) => {
88 return (
99 < PageListConfig >
1010 { /* Attach the decorator for useDocumentList - need it to make pages with states unselectable */ }
Original file line number Diff line number Diff line change 1- export { PageList } from "./PageList .js" ;
1+ export { PagesList } from "./PagesList .js" ;
Original file line number Diff line number Diff line change 11import React from "react" ;
22import { Wcp } from "@webiny/app-admin" ;
33import { WebsiteBuilderWorkflowsMenu } from "~/Routes/index.js" ;
4- import { ListOpenInNewWindow , PageEditor , PageList } from "~/Components/index.js" ;
4+ import { ListOpenInNewWindow , PageEditor , PagesList } from "~/Components/index.js" ;
55
66export const WebsiteBuilderWorkflows = ( ) => {
77 return (
88 < Wcp . CanUseWorkflows >
99 < WebsiteBuilderWorkflowsMenu />
1010 < PageEditor />
11- < PageList />
11+ < PagesList />
1212 < ListOpenInNewWindow />
1313 </ Wcp . CanUseWorkflows >
1414 ) ;
You can’t perform that action at this time.
0 commit comments