mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
* Add data-cy * Fix specs * Fix no events label * Fix Table regression * Fix action failures. * Fix Event data-cy * Fix cy version * Revert lock filr
7 lines
207 B
JavaScript
7 lines
207 B
JavaScript
export const listviewText = {
|
|
defaultWidgetName: "Listview1",
|
|
showBottomBorder: "Show bottom border",
|
|
rowHeight: "Row height",
|
|
noEventHandlerMessage: "No event handlers",
|
|
listData: "List data",
|
|
};
|