فهرست منبع

Fix: Plugins menu item not opening from plugins dashboard (#8736)

* Fix plugins menu item not opening from plugins dashboard

Fix #8726

* Address review feedback and just remove event firing
Gabriel Horner 2 سال پیش
والد
کامیت
5202741563
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/main/frontend/handler/plugin_config.cljs

+ 0 - 1
src/main/frontend/handler/plugin_config.cljs

@@ -76,7 +76,6 @@ returns map of plugins to install and uninstall"
 
 (defn open-replace-plugins-modal
   []
-  (state/pub-event! [:go/plugins])
   (p/catch
    (p/let [edn-plugins* (fs/read-file "" (plugin-config-path))
            edn-plugins (edn/read-string edn-plugins*)]