Skip to content

Commit 3b8abb5

Browse files
authored
Merge pull request #273 from meherpanguluri/patch-1
Fix typo in table props
2 parents fd46782 + e5fc7c5 commit 3b8abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/propsWithDefault.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
},
8282
loading: {
8383
type: Boolean,
84-
deault: false,
84+
default: false,
8585
},
8686
rowsPerPage: {
8787
type: Number,

0 commit comments

Comments
 (0)