-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI rendering fails if clearing template #8715
Comments
This is probably one of these places: https://github.com/argoproj/argo-workflows/search?l=TSX&q=workflowMetadata |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
crispy |
@tooptoop4 would you like to submit a PR to fix this? You probably just need to fix this: argo-workflows/ui/src/app/workflow-templates/components/workflow-template-editor.tsx Line 50 in 4e450e2
{template?.spec && <LabelsAndAnnotationsEditor
value={template.spec.workflowMetadata}
onChange={workflowMetadata => onChange({...template, spec: {...template.spec, workflowMetadata}})}
/>} |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
This issue has been closed due to inactivity. Feel free to re-open if you still encounter this issue. |
@alexec can u reopen? |
5. observe the error:
The text was updated successfully, but these errors were encountered: