Skip to content

Commit

Permalink
add: import mwc-switch explicitly to make cloneable flag UI visible
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Nov 30, 2023
1 parent 6af9208 commit c355753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/backend-ai-storage-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ import '@material/mwc-formfield';
import '@material/mwc-icon-button';
import '@material/mwc-list';
import '@material/mwc-radio';
// need to import explicitly
import { Radio } from '@material/mwc-radio';
import { Select } from '@material/mwc-select';
import '@material/mwc-switch';
import { Switch } from '@material/mwc-switch';
import '@material/mwc-textfield';
import { TextField } from '@material/mwc-textfield';
Expand Down

0 comments on commit c355753

Please sign in to comment.