Skip to content

Commit

Permalink
fix(ktable): remove unneeded prop
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Apr 19, 2022
1 parent 7ffa180 commit 7660abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div>
<KSkeleton
v-if="(!testMode || testMode === 'loading') && (isTableLoading || isLoading) && !hasError"
:delay-milliseconds="0"
type="table"
/>

Expand Down

0 comments on commit 7660abe

Please sign in to comment.