diff --git a/packages/nc-gui/components/smartsheet/Pagination.vue b/packages/nc-gui/components/smartsheet/Pagination.vue index eac7b65582..6c2906a8c2 100644 --- a/packages/nc-gui/components/smartsheet/Pagination.vue +++ b/packages/nc-gui/components/smartsheet/Pagination.vue @@ -5,6 +5,8 @@ const props = defineProps<{ alignCountOnRight?: boolean }>() +const { alignCountOnRight } = props + const paginatedData = inject(PaginationDataInj)! const changePage = inject(ChangePageInj)! diff --git a/packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue b/packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue index e2c3e5822e..fc0bb0f564 100644 --- a/packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue +++ b/packages/nc-gui/components/smartsheet/column/LinkedToAnotherRecordOptions.vue @@ -99,46 +99,46 @@ const isLinks = $computed(() => vModel.value.uidt === UITypes.Links)