Skip to content

Commit

Permalink
fix(data-table/story): fix correct no filter data story
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 24, 2024
1 parent 77cf84c commit 2be7197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ export const NoFilteredDataText = () => ({
data: () => ({ columns, items }),

template: `
<VaDataTable :items="[]" :columns="columns" filter="Aaa" no-data-filtered-html="Test no filtered data" />
<VaDataTable :items="[{ name: 'BbB' }]" :columns="columns" filter="Aaa" no-data-filtered-html="Test no filtered data" />
`,
})

0 comments on commit 2be7197

Please sign in to comment.