Browse Source

fix(nc-gui): gallery view icon removing test code

pull/3809/head
Chetan Verma 2 years ago
parent
commit
5b3c135943
  1. 7
      packages/nc-gui/components/smartsheet/expanded-form/Header.vue

7
packages/nc-gui/components/smartsheet/expanded-form/Header.vue

@ -67,12 +67,7 @@ const copyRecordUrl = () => {
{{ table }}
</template>
-->
<template v-if="primaryValue"
>:
{{
primaryValue + 'something https://github.com/nocodb/nocodb/issues/3647 https://github.com/nocodb/nocodb/issues/3647 '
}}</template
>
<template v-if="primaryValue">: {{ primaryValue }}</template>
</h5>
<div class="flex-1" />

Loading…
Cancel
Save