mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-20 21:17:02 +00:00
Fix history button for episode will open up wrong modal
This commit is contained in:
parent
51e1fa1c35
commit
b4c82c269e
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ const Table: FunctionComponent<Props> = ({
|
|||
icon={faHistory}
|
||||
disabled={disabled}
|
||||
onClick={() => {
|
||||
show("manual-search", row.original);
|
||||
show("history", row.original);
|
||||
}}
|
||||
></ActionButton>
|
||||
<ActionButton
|
||||
|
|
Loading…
Reference in a new issue