diff --git a/packages/nc-gui/components/nc/Pagination.vue b/packages/nc-gui/components/nc/Pagination.vue index 7aa78dfcc5..caf622827b 100644 --- a/packages/nc-gui/components/nc/Pagination.vue +++ b/packages/nc-gui/components/nc/Pagination.vue @@ -4,7 +4,7 @@ const props = defineProps<{ total: number pageSize: number entityName?: string - mode: 'simple' | 'full' + mode?: 'simple' | 'full' }>() const emits = defineEmits(['update:current', 'update:pageSize'])