diff --git a/packages/crud/src/vaadin-crud-edit-column.js b/packages/crud/src/vaadin-crud-edit-column.js index cd80aeb2e3b..78dd9265a01 100644 --- a/packages/crud/src/vaadin-crud-edit-column.js +++ b/packages/crud/src/vaadin-crud-edit-column.js @@ -56,8 +56,12 @@ class CrudEditColumn extends GridColumn { value: 0, }, - /** The arial-label for the edit button */ - ariaLabel: String, + /** + * The arial-label for the edit button + */ + ariaLabel: { + type: String, + }, }; } diff --git a/packages/grid/src/vaadin-grid-sorter-mixin.js b/packages/grid/src/vaadin-grid-sorter-mixin.js index ef87b4a6a05..37a301cc9de 100644 --- a/packages/grid/src/vaadin-grid-sorter-mixin.js +++ b/packages/grid/src/vaadin-grid-sorter-mixin.js @@ -16,7 +16,9 @@ export const GridSorterMixin = (superClass) => /** * JS Path of the property in the item used for sorting the data. */ - path: String, + path: { + type: String, + }, /** * How to sort the data.