Bring back search function of the provider selector #1864

pull/1867/head v1.0.5-beta.21
LASER-Yi 2 years ago
parent 48215303fe
commit f09f3534a6

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

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

Loading…
Cancel
Save