use pluginAction enum instead of strings

This commit is contained in:
Eduard Heimbuch
2019-09-18 09:30:32 +02:00
parent f53f6f0a25
commit 35c81b5084
2 changed files with 10 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import PluginAvatar from "./PluginAvatar";
import classNames from "classnames";
import PluginModal from "./PluginModal";
const PluginAction = {
export const PluginAction = {
INSTALL: "install",
UPDATE: "update",
UNINSTALL: "uninstall"