Skip to content

Conversation

@AishDani
Copy link
Contributor

@AishDani AishDani commented May 6, 2024

++ made the select cms auto-complete if the user has given cms name in upload service else it will show the error
and user will not be processed further
++ removed edit icon on upload file component
++ made changes in displaying details of config of upload service ( If local path is true then it will show local path on UI else will show aws details )

@AishDani AishDani changed the title Feature/project dashboard [CMG-92] May 6, 2024
const shouldShowIcon = (step?.title !== 'Select Stack' && step?.title !== 'Upload File' ) ? !step?.lock : false;

const DataComponent = step.data as React.ElementType;
const SummeryComponent = step.summery as React.ElementType;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add validation on above 2 lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@snehalsankhe snehalsankhe merged commit 60e23ca into dev May 6, 2024
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.

3 participants