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

chore: Changed vault pmt screen css #2303

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Muditbhatia12
Copy link
Contributor

@Muditbhatia12 Muditbhatia12 commented Feb 20, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Screenshot 2025-02-20 at 3 12 03 PM

Also added correct error validation in connector label field and added validation to source verification field
image

Motivation and Context

How did you test it?

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@Muditbhatia12 Muditbhatia12 self-assigned this Feb 20, 2025
@Muditbhatia12 Muditbhatia12 requested a review from a team as a code owner February 20, 2025 09:48
Copy link

Review changes with  SemanticDiff

@Muditbhatia12 Muditbhatia12 linked an issue Feb 20, 2025 that may be closed by this pull request
Comment on lines 15 to 27
<>
<FormRenderer.FieldRenderer
labelClass
field={FormRenderer.makeFieldInfo(
~label,
~name="connector_label",
~placeholder="Enter Connector Label name",
~customInput=InputFields.textInput(~customStyle="rounded-xl "),
~isRequired=true,
)}
labelTextStyleClass
/>
</>
Copy link
Contributor

Choose a reason for hiding this comment

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

Fragment not needed

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.

[UI] Change Vault Pmt configure screen css
2 participants