diff --git a/packages/nc-gui-v2/components/smartsheet/Form.vue b/packages/nc-gui-v2/components/smartsheet/Form.vue
index 40c76ef0f3..34ce001247 100644
--- a/packages/nc-gui-v2/components/smartsheet/Form.vue
+++ b/packages/nc-gui-v2/components/smartsheet/Form.vue
@@ -528,11 +528,7 @@ onMounted(async () => {
{{ $t('general.required') }}
-
+
{{ element.description }}
diff --git a/packages/nc-gui-v2/composables/useViewData.ts b/packages/nc-gui-v2/composables/useViewData.ts
index 2bda5cdfe7..0e31973e03 100644
--- a/packages/nc-gui-v2/composables/useViewData.ts
+++ b/packages/nc-gui-v2/composables/useViewData.ts
@@ -209,7 +209,7 @@ export function useViewData(
const deleteRowById = async (id: string) => {
if (!id) {
- throw new Error('Delete not allowed for table which doesn\'t have primary Key')
+ throw new Error("Delete not allowed for table which doesn't have primary Key")
}
const res: any = await $api.dbViewRow.delete(