File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
client/src/components/Collections Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ function selectionAsHdaSummary(value: any): HDASummary {
559559 localize(
560560 [
561561 "Once you have made your selection, if you wish to rename identifiers for elements in the list",
562- "or change/set the order in which they exist in the final list, you can click on ",
562+ " or change/set the order in which they exist in the final list, you can click on ",
563563 ].join("")
564564 )
565565 }}
@@ -756,9 +756,8 @@ function selectionAsHdaSummary(value: any): HDASummary {
756756 v-for =" value in inListElements"
757757 :key =" value.id"
758758 class =" w-100"
759- hide-hid
760759 :element =" selectionAsHdaSummary(value)"
761- hide-extension
760+ : hide-extension= " !showElementExtension "
762761 @onRename =" (name) => renameElement(value, name)" />
763762 </draggable >
764763 </GModal >
You can’t perform that action at this time.
0 commit comments