Skip to content

Commit

Permalink
fix(nc-gui): expanded form test fail issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed May 10, 2024
1 parent 3acd325 commit 672fdff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,9 @@ export default {
{{ isRecordLinkCopied ? $t('labels.copiedRecordURL') : $t('labels.copyRecordURL') }}
</div>
</NcButton>
<NcTooltip v-if="props.showNextPrevIcons">
<NcTooltip v-if="!isMobileMode">
<template #title> {{ renderAltOrOptlKey() }} + S </template>
<NcButton
v-if="!isMobileMode"
v-e="['c:row-expand:save']"
:disabled="changedColumns.size === 0 && !isUnsavedFormExist"
:loading="isSaving"
Expand Down

0 comments on commit 672fdff

Please sign in to comment.