Skip to content

Commit

Permalink
Bring back search function of the provider selector #1864
Browse files Browse the repository at this point in the history
  • Loading branch information
LASER-Yi committed Jun 4, 2022
1 parent 4821530 commit f09f353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/Settings/Providers/components.tsx
Expand Up @@ -262,6 +262,8 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
<Stack>
<Stack spacing="xs">
<Selector
searchable
placeholder="Click to Select a Provider"
itemComponent={SelectItem}
disabled={payload !== null}
{...options}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/System/Backups/table.tsx
Expand Up @@ -73,6 +73,7 @@ const Table: FunctionComponent<Props> = ({ backups }) => {
></Action>
<Action
label="Delete"
color="red"
onClick={() =>
modals.openConfirmModal({
title: "Delete Backup",
Expand Down

0 comments on commit f09f353

Please sign in to comment.