mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-21 21:47:15 +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}
|
icon={faHistory}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
show("manual-search", row.original);
|
show("history", row.original);
|
||||||
}}
|
}}
|
||||||
></ActionButton>
|
></ActionButton>
|
||||||
<ActionButton
|
<ActionButton
|
||||||
|
|
Loading…
Reference in a new issue