Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 29, 2024
1 parent a83fefa commit 449a27e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/component/src/ui/property/property.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const PropertyCollapsibleSection = forwardRef<
collapsed?: boolean;
onCollapseChange?: (collapsed: boolean) => void;
}> &
HTMLProps<HTMLDivElement>
Omit<HTMLProps<HTMLDivElement>, 'title'>
>(
(
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const DatabaseBacklinkRow = ({

return (
<PropertyCollapsibleSection
// @ts-expect-error fix type
title={
<span className={styles.databaseNameWrapper}>
<span className={styles.databaseName}>
Expand Down

0 comments on commit 449a27e

Please sign in to comment.