Browse Source

refactor(gui-v2): include CellDuration

pull/2716/head
Wing-Kam Wong 2 years ago committed by Pranav C
parent
commit
f2d9ea2e36
  1. 5
      packages/nc-gui-v2/components/smartsheet/Cell.vue

5
packages/nc-gui-v2/components/smartsheet/Cell.vue

@ -51,7 +51,6 @@ const {
<!--
todo :
JSONCell
DurationCell
Currency
Url
Email
@ -200,7 +199,7 @@ todo :
:is-locked="isLocked"
v-on="$listeners"
/> -->
<CellDuration v-else-if="isDuration" v-model="localState" />
<CellText v-else v-model="localState" />
<!-- v-on="$listeners" <span v-if="hint" class="nc-hint">{{ hint }}</span> -->
@ -236,4 +235,4 @@ div {
top: 0;
left: 0;
}
</style>
</style>
Loading…
Cancel
Save