Browse Source

feat(testing): Synced to develop regression

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
61317d5c10
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

2
packages/nc-gui/components/smartsheet/Grid.vue

@ -571,7 +571,7 @@ watch(
:pw-data="`nc-expand-${rowIndex}`"
:class="{ 'nc-comment': row.rowMeta?.commentCount }"
>
<a-spin v-if="row.rowMeta.saving" class="!flex items-center" />
<a-spin v-if="row.rowMeta.saving" class="!flex items-center" :pw="`row-save-spinner-${rowIndex}`" />
<template v-else>
<span
v-if="row.rowMeta?.commentCount"

Loading…
Cancel
Save