Skip to content

Commit

Permalink
version([email protected]): add data-test to buttons in standard table
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed Jan 14, 2025
1 parent ed8d395 commit 6cee7c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"style": "./dist/style.css",
"type": "module",
"types": "./dist/index.d.ts",
"version": "8.3.1"
"version": "8.3.2"
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export default defineComponent({
},
isLoading: { default: false, type: Boolean },
size: { default: 'md', type: String },
tableId: { required: true, type: String },
value: {
default: () => [],
type: Array as PropType<KottiStandardTable.AppliedFilter[]>,
Expand Down

0 comments on commit 6cee7c1

Please sign in to comment.