mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
* Fix labels of component properties * Fix labels of component properties (table) * Fix inspector urlparms creation * Revert button spec changes * Fix table regression
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
export const multiselectText = {
|
|
multiselect: "Multiselect",
|
|
defaultWidgetName: "Multiselect1",
|
|
labelAllItemsSelected: "All items are selected.",
|
|
noEventsMessage: "No event handlers",
|
|
dropdwonOptionSelectAll: "Select All",
|
|
|
|
enableSelectAllOptions: "Enable select all option",
|
|
};
|