You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: fetch image registry data correctly in StudioOverviewView
Fixes an issue where the image registry data was not being fetched
Why:
Previously, the image registry data was not being fetched, even though ExperimentMetadata has a field ‘imageRegistry’. This change ensures that the form receives the correct image registry data.
How:
Added a check for loading state by disabling the ‘next’ button and assigned the fetched image registry data to a variable before form submission. This ensures the `values.imageRegistry` field is populated correctly.
Signed-off-by: Aditya Sridasyam <[email protected]>
* fix: passed imageRegistry in kubernetesBlankCanvasTemplate
Fixes an issue where the image registry data was not being passed in the kubernetesBlankCanvasTemplate function
Why:
kubernetesBlankCanvasTemplate is expecting imageRegistry but never being passed, it is overridden always by default imageRegistry values.
Signed-off-by: Aditya Sridasyam <[email protected]>
* Rectified import order
imported @utils before `./StudioOverview.module.scss`, rectified as per the frontend check pipeline error
Signed-off-by: aditya3103 <[email protected]>
* Fixed max character limit warning - kubernetesBlankCanvasTemplate function
Signed-off-by: aditya3103 <[email protected]>
* Fixed max character limit & trailing comma warning
Signed-off-by: aditya3103 <[email protected]>
* Fixed trailing comma warning - kubernetesBlankCanvasTemplate
Signed-off-by: Aditya Sridasyam <[email protected]>
Signed-off-by: aditya3103 <[email protected]>
---------
Signed-off-by: Aditya Sridasyam <[email protected]>
Signed-off-by: aditya3103 <[email protected]>
Co-authored-by: Saranya Jena <[email protected]>
0 commit comments