-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/roles-resource-dropdown-fetch #35
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a small typo to fix
<ButtonWithAuthz | ||
title={t("ClientCreateContainer|Create")} | ||
title={t("ClientListContainer|Save")} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petrKavulok Well, this is ClientCreateContainer
, not ClientListContainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't realize 'save' was in the common locales used across all apps, so we're using just t("Save")
now
color="primary" | ||
type="submit" | ||
disabled={isSubmitting} | ||
resource={resource} | ||
resources={resources} | ||
> | ||
{t("ClientCreateContainer|Create")} | ||
{t("ClientListContainer|Save")} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petrKavulok Same here
Screen.Recording.2023-05-30.at.11.54.17.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petrKavulok I think this is good
in thin PR
More...
button) was introduced in RolesResourcesCard, RolesDetailContainer & TenantDetailContainerScreen.Recording.2023-05-25.at.18.32.54.mov