fix(roles): move search button to right side of screen (#6306)

This commit is contained in:
Aditya Radhakrishnan 2022-10-27 19:35:36 -07:00 committed by GitHub
parent f170082137
commit 7a16f847c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,6 +209,7 @@ export const ManageRoles = () => {
{rolesError && message.error('Failed to load roles! An unexpected error occurred.')}
<SourceContainer>
<TabToolbar>
<div />
<SearchBar
initialQuery={query || ''}
placeholderText="Search roles..."