Bring back search function of the provider selector #1864

This commit is contained in:
LASER-Yi 2022-06-04 10:38:57 +08:00
parent 48215303fe
commit f09f3534a6
2 changed files with 3 additions and 0 deletions

View File

@ -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}

View File

@ -73,6 +73,7 @@ const Table: FunctionComponent<Props> = ({ backups }) => {
></Action>
<Action
label="Delete"
color="red"
onClick={() =>
modals.openConfirmModal({
title: "Delete Backup",