Fix history button for episode will open up wrong modal

This commit is contained in:
LASER-Yi 2022-03-20 12:16:21 +08:00
parent 51e1fa1c35
commit b4c82c269e
No known key found for this signature in database
GPG Key ID: BB28903D50A1D408
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ const Table: FunctionComponent<Props> = ({
icon={faHistory}
disabled={disabled}
onClick={() => {
show("manual-search", row.original);
show("history", row.original);
}}
></ActionButton>
<ActionButton