Skip to content

Commit

Permalink
plugin import - allow empty param title
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Apr 3, 2024
1 parent 9a07574 commit 176f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/pages/admin/Plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Class.add( Page.Admin, {
let e = plugin.params[i]
if(!e.id) return app.doError("One of the plugin parameters is missing [id] property")
if(!e.type) return app.doError("One of the plugin parameters is missing [type] property")
if(!e.title) return app.doError("One of the plugin parameters is missing [title] property")
// if(!e.title) return app.doError("One of the plugin parameters is missing [title] property")
}
}

Expand Down

0 comments on commit 176f5c5

Please sign in to comment.