Skip to content

Commit a338e67

Browse files
authored
ComboboxMulti (#609)
1 parent 7322364 commit a338e67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2862
-1006
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"labelledby",
2828
"nomarker",
2929
"polarbrightness",
30+
"spacebar",
3031
"stylelint",
3132
"xlarge",
3233
"xsmall",

packages/components/src/ActionList/ActionListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import { CompatibleHTMLProps } from '@looker/design-tokens'
2828
import styled from 'styled-components'
2929
import React, { FC, ReactNode, useRef } from 'react'
30-
import { IconButton } from '../Button/IconButton'
30+
import { IconButton } from '../Button'
3131
import { Menu, MenuDisclosure, MenuList } from '../Menu'
3232
import { ActionListRow } from './ActionListRow'
3333

0 commit comments

Comments
 (0)