Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.41k stars 1.54k forks source link

Component Property with "license": true still appears in the Component Toolbar #14561

Open poirazis opened 1 month ago

poirazis commented 1 month ago

When you set component property as below

      {
        "type": "boolean",
        "key": "multiRow",
        "label": "Multi Row",
        "showInBar": true,
        "barIcon": "Multiple",
        "license": true
      },

it correctly shows the "Free Plan" Lock in the settings panel, but works normally in the component toolbar

Screenshot 2024-09-11 at 4 50 33 PM

linear[bot] commented 1 month ago

BUDI-8638 Component Property with "license": true still appears in the Component Toolbar