Browse Source

chore: fix lint

charlie 10 months ago
parent
commit
6e1f511d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/plugins.cljs

+ 1 - 1
src/main/frontend/components/plugins.cljs

@@ -801,7 +801,7 @@
          (when (seq sorted-plugins)
            (lazy-items-loader load-more-pages!))]])]))
 
-(rum/defcs installed-plugins
+(rum/defcs ^:large-vars/data-var installed-plugins
   < rum/static rum/reactive
   plugin-items-list-mixins
   (rum/local "" ::search-key)