mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-10 00:43:23 +00:00
Fix component import paths to use package imports
- Change component paths from relative to @xtr-dev/payload-automation/client#Component - Use proper PayloadCMS plugin import syntax for components - Regenerate import map with correct package-based imports - Resolves 'Module not found' errors in dev project
This commit is contained in:
@@ -41,7 +41,7 @@ export const createWorkflowCollection: <T extends string>(options: WorkflowsPlug
|
||||
type: 'ui',
|
||||
admin: {
|
||||
components: {
|
||||
Field: '../components/WorkflowExecutionStatus'
|
||||
Field: '@xtr-dev/payload-automation/client#WorkflowExecutionStatus'
|
||||
},
|
||||
condition: (data) => !!data?.id // Only show for existing workflows
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user