Skip to content

Commit

Permalink
Review fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
matter-q committed Sep 16, 2022
1 parent ef9c35d commit ccb2826
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Path, SyncSchemaField, SyncSchemaStream } from "core/domain/catalog";
import { DestinationSyncMode, SyncMode } from "core/request/AirbyteClient";
import { useBulkEditSelect } from "hooks/services/BulkEdit/BulkEditService";

import { ConnectionFormMode } from "../ConnectionForm/ConnectionForm";
import { ConnectionFormMode } from "../ConnectionForm";
import { Arrow as ArrowBlock } from "./components/Arrow";
import { IndexerType, PathPopout } from "./components/PathPopout";
import { SyncSettingsDropdown } from "./components/SyncSettingsDropdown";
Expand Down Expand Up @@ -95,7 +95,6 @@ export const StreamHeader: React.FC<StreamHeaderProps> = ({
[styles.purpleBackground]: isSelected,
[styles.redBorder]: hasError,
});
// FIXME: find out why checkboxCell warns as unused
const checkboxCellCustomStyle = classnames(styles.checkboxCell, { [styles.streamRowCheckboxCell]: true });

return (
Expand Down

0 comments on commit ccb2826

Please sign in to comment.