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

fix(admin-ui): save form value of client in state while navigating between tabs #1341 #1354

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

jv18creator
Copy link
Contributor

closes #1341

changes includes

  • UI improvements in add/edit client form screen
  • fixed expirable client input field
  • removed dead unused code in form
  • fixed radio selection of Access token type & RPT token type fields
  • use formik to display input values (this will help UI input elements to display input values even if there are changes in tab)

…tween tabs #1341

Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
@mo-auto mo-auto added comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Sep 27, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 27, 2023

[flex_admin_ui] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@duttarnab duttarnab merged commit 6cb4f73 into main Oct 2, 2023
2 checks passed
@duttarnab duttarnab deleted the admin-ui-issue-1341 branch October 2, 2023 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(admin-ui): save form value of client in state while navigating between tabs
3 participants