refactor(web/input): default select to first option

This commit is contained in:
Luke
2023-01-09 14:32:11 +01:00
parent a51d3a05e3
commit c88ed6b299
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import { SelectItem } from '@mantine/core';
export interface IInput {
type: 'input';