Skip to content

Commit

Permalink
[nested-grid] Remove style demo (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Sep 26, 2024
1 parent 4a930ec commit 7957ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_demo/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
{:id :internals :label "Internals" :view internals-demo}
{:id :multimodal :label "Multimodal" :view multimodal-demo}
{:id :app :label "Applications" :view app-demo}
{:id :style :label "Style" :view style-demo}]
#_{:id :style :label "Style" :view style-demo}]
!tab-id (r/atom (:id (first tabs)))
!tab (r/reaction (u/item-for-id @!tab-id tabs))]
(fn []
Expand Down

0 comments on commit 7957ff0

Please sign in to comment.