[Plugins] Minor but necessary fixes
This commit is contained in:
parent
5c4026685e
commit
57df878f65
2 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,6 @@ export default function PluginCard({ plugin }: PluginCardProps) {
|
|||
<FormSwitch
|
||||
value={plugin.enabled}
|
||||
onValueChange={(v: boolean) => {
|
||||
alert(v);
|
||||
if (v) startPlugin(plugin.id); else stopPlugin(plugin.id);
|
||||
setEnabled(v);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue