Skip to content

Commit

Permalink
Use aliases for tag and tags field previews
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jan 23, 2025
1 parent 692abb3 commit 4a61c4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions panel/src/components/Forms/Previews/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export default {
app.component("k-list-field-preview", HtmlFieldPreview);
app.component("k-writer-field-preview", HtmlFieldPreview);

app.component("k-checkboxes-field-preview", BubblesFieldPreview);
app.component("k-multiselect-field-preview", BubblesFieldPreview);
app.component("k-radio-field-preview", BubblesFieldPreview);
app.component("k-select-field-preview", BubblesFieldPreview);
app.component("k-toggles-field-preview", BubblesFieldPreview);
app.component("k-checkboxes-field-preview", TagsFieldPreview);
app.component("k-multiselect-field-preview", TagsFieldPreview);
app.component("k-radio-field-preview", TagFieldPreview);
app.component("k-select-field-preview", TagFieldPreview);
app.component("k-toggles-field-preview", TagsFieldPreview);
}
};

0 comments on commit 4a61c4d

Please sign in to comment.