diff --git a/resources/js/app/components/index-cell/index-cell.vue b/resources/js/app/components/index-cell/index-cell.vue index f97fdf0f4..f45291025 100644 --- a/resources/js/app/components/index-cell/index-cell.vue +++ b/resources/js/app/components/index-cell/index-cell.vue @@ -16,7 +16,6 @@ v-if="renderAs === 'object'" /> -
-
o?.type === 'string' && o?.contentMediaType === 'text/html'); + + return !!contentMediaType; + }, copy() { navigator.clipboard.writeText(this.text.replace(/<[^>]*>/g, '')); this.msg = t`copied in the clipboard`; @@ -206,7 +224,8 @@ export default {