Skip to content

Commit

Permalink
Remove unnecessary class="mt-10" from NDataTable element.
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jun 28, 2024
1 parent ad9d87e commit bba91f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/chat/components/PromptGallery/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ const createColumns = (): DataTableColumns<DataProps> => {
const columns = createColumns()
</script>
<template>
<NDataTable class="mt-10" :max-height="maxHeight" :columns="columns" :data="renderTemplate()" :pagination="pagination"
<NDataTable :max-height="maxHeight" :columns="columns" :data="renderTemplate()" :pagination="pagination"
:bordered="false" />
</template>

0 comments on commit bba91f3

Please sign in to comment.