Skip to content

Commit

Permalink
Update form-design.js
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Jan 9, 2025
1 parent 3c8db6c commit 6e899b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/metadata/form-design.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ $(document).ready(() => {
})()

$('.nav-tabs-classic a[href="#adv-control"]').on('click', (e) => {
if (rb.commercial < 1) {
if (rb.commercial < 10) {
e.preventDefault()
RbHighbar.error(WrapHtml($L('免费版不支持此功能 [(查看详情)](https://getrebuild.com/docs/rbv-features)')))
return false
Expand Down

0 comments on commit 6e899b1

Please sign in to comment.