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
This commit is contained in:
Gabriel Horner
2023-03-02 11:22:00 -05:00
committed by GitHub
parent 046e47d22e
commit 5202741563

View File

@@ -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*)]