Skip to content

Commit

Permalink
deleted small icon of table in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
kateyslee committed Apr 29, 2024
1 parent 42f7a04 commit 2a5043f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nc-gui/components/dlg/PaginationLimit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const pageSizeDropdownVisibleChange = (value: boolean) => {
<NcModal v-model:visible="dialogShow" :header="$t('labels.modifyPaginationLimit')" size="small" @keydown.esc="dialogShow = false">
<template #header>
<div class="flex flex-row items-center gap-x-2">
<GeneralIcon icon="table" class="!text-gray-600/75" />
{{ $t('labels.modifyPaginationLimit') }}
</div>
</template>
Expand Down

0 comments on commit 2a5043f

Please sign in to comment.