Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <sridasyamaditya@gmail.com> * 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 <sridasyamaditya@gmail.com> * Rectified import order imported @utils before `./StudioOverview.module.scss`, rectified as per the frontend check pipeline error Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com> * Fixed max character limit warning - kubernetesBlankCanvasTemplate function Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com> * Fixed max character limit & trailing comma warning Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com> * Fixed trailing comma warning - kubernetesBlankCanvasTemplate Signed-off-by: Aditya Sridasyam <sridasyamaditya@gmail.com> Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com> --------- Signed-off-by: Aditya Sridasyam <sridasyamaditya@gmail.com> Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com> Co-authored-by: Saranya Jena <saranya.jena@harness.io>
- Loading branch information