Skip to content

Commit

Permalink
Remove static param generation for WF page (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan authored Jul 22, 2024
1 parent 87acc7d commit 5fdf54a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import workflowPageTabsConfig from '@/views/workflow-page/config/workflow-page-tabs.config';
import WorkflowPageTabContent from '@/views/workflow-page/workflow-page-tab-content/workflow-page-tab-content';

export default WorkflowPageTabContent;

export async function generateStaticParams() {
return workflowPageTabsConfig.map(({ key }) => key);
}

0 comments on commit 5fdf54a

Please sign in to comment.