Skip to content

Commit

Permalink
fix(plugin): remove default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Oct 17, 2023
1 parent 1d46a54 commit cd08586
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/controller_admin/plugin_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ func (pc *PluginController) GetAllPluginStatus(ctx *gin.Context) {
})
return nil
})

resp = append(resp, &schema.GetAllPluginStatusResp{
SlugName: "chart_editor",
Enabled: true,
})
resp = append(resp, &schema.GetAllPluginStatusResp{
SlugName: "formula_editor",
Enabled: true,
})
handler.HandleResponse(ctx, nil, resp)
}

Expand Down

0 comments on commit cd08586

Please sign in to comment.