Fix history button for episode will open up wrong modal

pull/1773/head
LASER-Yi 3 years ago
parent 51e1fa1c35
commit b4c82c269e
No known key found for this signature in database
GPG Key ID: BB28903D50A1D408

@ -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…
Cancel
Save