summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Episodes/table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Episodes/table.tsx')
-rw-r--r--frontend/src/pages/Episodes/table.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/pages/Episodes/table.tsx b/frontend/src/pages/Episodes/table.tsx
index c68e7b7fc..b28e0d7e8 100644
--- a/frontend/src/pages/Episodes/table.tsx
+++ b/frontend/src/pages/Episodes/table.tsx
@@ -169,7 +169,6 @@ const Table: FunctionComponent<Props> = ({
<Action
label="Manual Search"
disabled={disabled}
- variant="dark"
onClick={() => {
modals.openContextModal(EpisodeSearchModal, {
item: row.original,
@@ -182,7 +181,6 @@ const Table: FunctionComponent<Props> = ({
<Action
label="History"
disabled={disabled}
- variant="dark"
onClick={() => {
modals.openContextModal(
EpisodeHistoryModal,