Skip to content

Commit

Permalink
show error & disable dynamic scan if device not available
Browse files Browse the repository at this point in the history
  • Loading branch information
future-pirate-king committed Apr 3, 2024
1 parent abcbb98 commit 2f8a496
Show file tree
Hide file tree
Showing 13 changed files with 647 additions and 389 deletions.
2 changes: 1 addition & 1 deletion app/components/ak-select/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface AkSelectNamedArgs<O> extends PowerSelectArgs {
dropdownClass?: string;
placeholder?: string;
renderInPlace?: boolean;
error?: string;
error?: boolean;
loadingMessage?: string;
selectedItemComponent?: string;
labelTypographyVariant?: AkSelectLabelTypographyVariant;
Expand Down
Loading

0 comments on commit 2f8a496

Please sign in to comment.