Create Editable chip to edit cells containing chips (#102)
* Create Editable chip to edit cells containing chips * Fix icons vertical alignment * Fix linter * Fix coverage
This commit is contained in:
@ -55,7 +55,8 @@
|
||||
"coveragePathIgnorePatterns": [
|
||||
".stories.tsx$",
|
||||
"graphql.tsx$",
|
||||
"apollo.tsx$"
|
||||
"apollo.tsx$",
|
||||
"src/index.tsx$"
|
||||
],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
|
||||
Reference in New Issue
Block a user