Browse Source

fix(nc-gui): removing extra whitespace

pull/3809/head
Chetan Verma 2 years ago
parent
commit
034ce7124f
  1. 8
      packages/nc-gui/components/smartsheet/expanded-form/Header.vue

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

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

Loading…
Cancel
Save