Skip to content

🏷️ Update SingleSelect / ComboBox props so it doesn't say "missing required props 'groups|items'" when using them #1098

🏷️ Update SingleSelect / ComboBox props so it doesn't say "missing required props 'groups|items'" when using them

🏷️ Update SingleSelect / ComboBox props so it doesn't say "missing required props 'groups|items'" when using them #1098

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [main, next]
paths:
- "**"
- ".github/workflows/**"
workflow_dispatch:
jobs:
eslint:
name: ESLint
uses: ./.github/workflows/eslint.yaml
test:
name: Test
uses: ./.github/workflows/test.yaml
code-coverage:
name: Code coverage
uses: ./.github/workflows/code_coverage.yaml
build:
name: Build
uses: ./.github/workflows/build.yaml
build-storybook:
name: Build storybook
uses: ./.github/workflows/build_storybook.yaml