Skip to content

Commit

Permalink
Merge pull request #31 from Assistants-Center/bug-fix
Browse files Browse the repository at this point in the history
Fix FormType Select and Debug page version
  • Loading branch information
iMidnights authored Dec 23, 2022
2 parents 4c73bdc + d2b6459 commit f87f746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ module.exports.partials = __dirname + '/views/partials'
module.exports.formTypes = require('./utils/formtypes')
module.exports.Feed = require('./utils/feedHandler')
module.exports.cmdHandler = require('./utils/cmdHandler')
module.exports.version = require('./package.json').version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbd-soft-ui",
"version": "1.5.50-beta.1",
"version": "1.5.51-beta.1",
"typings": ".d.ts",
"author": {
"name": "iMidnight"
Expand Down
1 change: 1 addition & 0 deletions views/components/formTypes/channelsSelect.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<% if(!Allowed.allowed || option.optionType.disabled){ %>disabled<% } %>
formType="channelSelect"
defaultValue=""
class="form-select"
id="<%= option.optionId %>" class="col-md-12"
style="height:30px; <% if(!Allowed.allowed){ %>border-color: red;<% } %> ">
<%
Expand Down

0 comments on commit f87f746

Please sign in to comment.