mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
Bring back search function of the provider selector #1864
This commit is contained in:
parent
48215303fe
commit
f09f3534a6
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue