Skip to content

Commit

Permalink
nit #209
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Feb 28, 2025
1 parent adeb4ea commit 0192112
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const metaStringLabel: MetaStringText = {
rowData.appellative_status_ascribed_name_content
"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #type="{ rowData }">
Expand All @@ -72,7 +72,7 @@ const metaStringLabel: MetaStringText = {
node-alias="appellative_status_ascribed_relation"
:initial-value="rowData.appellative_status_ascribed_relation"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #language="{ rowData }">
Expand All @@ -83,7 +83,7 @@ const metaStringLabel: MetaStringText = {
rowData.appellative_status_ascribed_name_language
"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #drawer="{ rowData }">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const metaStringLabel: MetaStringText = {
:graph-slug="props.graphSlug"
:initial-value="rowData.statement_content_n1"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #type="{ rowData }">
Expand All @@ -66,7 +66,7 @@ const metaStringLabel: MetaStringText = {
:graph-slug="props.graphSlug"
:initial-value="rowData.statement_type_n1"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #language="{ rowData }">
Expand All @@ -75,7 +75,7 @@ const metaStringLabel: MetaStringText = {
:graph-slug="props.graphSlug"
:initial-value="rowData.statement_language_n1"
:mode="VIEW"
:hide-label="true"
:show-label="false"
/>
</template>
<template #drawer="{ rowData }">
Expand Down

0 comments on commit 0192112

Please sign in to comment.