Skip to content

Commit

Permalink
fix: build issues temparly
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 12, 2023
1 parent e4070b8 commit 28a04b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/atoms/Pill/Pill.style.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { css, styled } from 'styled-components';
import { FancyBox } from '@/components/atoms/FancyBox';
import { sizes } from './sizeSettings';
Expand Down
3 changes: 2 additions & 1 deletion src/components/organisms/FancyChipList/FancyChipList.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import React, { KeyboardEvent, useState } from 'react';

import { TLayer } from '@/interface/TLayer';
Expand Down Expand Up @@ -67,7 +68,7 @@ export default function FancyChipList(props: ChipListProps) {
//outlined={outlined}
onFocus={handleChipFocus(chip.id)}
onClick={handleClick}
onKeyDown={handleChipEdit(chip.id)}
//onKeyDown={handleChipEdit(chip.id)}
></FancyChip>
))}
<InputLi>
Expand Down

0 comments on commit 28a04b5

Please sign in to comment.