Skip to content
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

feat(canvas-form): Use CustomAutoForm #828

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Feb 12, 2024

Context

Currently, there are 2 different AutoForm instances, one from CanvasForm and another one from the MetadataEditor.

This leads to code duplication and different form behavior depending on which screen is displayed.

Changes

This commit updates the CanvasForm and MetadataEditor components to use the CustomAutoForm.

@lordrip lordrip force-pushed the feat/use-custom-autoform branch 2 times, most recently from bc8f67f to a16eccb Compare February 12, 2024 17:24
Currently, there are 2 different `AutoForm` instances, one from `CanvasForm`
and another one from the `MetadataEditor`.

This leads to code duplication and different form behavior depending on
which screen is displayed.

This commit updates the `CanvasForm` and `MetadataEditor` components to
use the `CustomAutoForm`.
@lordrip lordrip merged commit 6cec8e5 into KaotoIO:main Feb 12, 2024
9 checks passed
@lordrip lordrip deleted the feat/use-custom-autoform branch February 12, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants