Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Jan 8, 2025
1 parent 86f230e commit c07c6ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,15 @@ function editSectionValue(tileId: string) {
<template #type="{ rowData }">
<ReferenceDatatype
:value="(rowData as SchemeStatement).statement_type_n1"
:mode="VIEW"
/>
</template>
<template #language="{ rowData }">
<ReferenceDatatype
:value="
(rowData as SchemeStatement).statement_language_n1
"
:mode="VIEW"
/>
</template>
<template #drawer="{ rowData }">
Expand Down

0 comments on commit c07c6ae

Please sign in to comment.