Skip to content

Commit

Permalink
change style and update Iplatform file
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Dec 5, 2023
1 parent 308ab11 commit dcee1bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/global/FilterPopover/FilterRolesPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function FilterRolesPopover({ handleSelectedRoles }: IFilterRolesPopover) {
) : (
<div className="py-2" />
)}
<FormControl>
<FormControl className="bg-gray-100">
<Autocomplete
multiple
id="tags-outlined"
Expand All @@ -271,9 +271,6 @@ function FilterRolesPopover({ handleSelectedRoles }: IFilterRolesPopover) {
<TextField
{...params}
sx={{ minWidth: 'auto' }}
onChange={(e) =>
handleLoadSpecificRoleByName(e.target.value)
}
label="Select one or more roles"
/>
)}
Expand Down
8 changes: 8 additions & 0 deletions src/store/types/IPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ export default interface IPlatfrom {
id,
metadata: { selectedChannels, period, analyzerStartedAt },
}: IPatchPlatformInput) => void;
retrievePlatformProperties: ({
platformId,
property,
name,
sortBy,
page,
limit,
}: IRetrivePlatformRolesOrChannels) => void;
}

0 comments on commit dcee1bb

Please sign in to comment.