Reset Container.id

This commit is contained in:
Ender
2024-01-05 19:03:28 +01:00
parent 168f4c362d
commit a2e1b1526f
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -49,8 +49,8 @@
<div class="flexrow">
<span>{{localize "TYPES.Item.container"}}</span>
{{#if data.calc.containers}}
<select class="select-container" name="data" data-type="String">
{{#select data}}
<select class="select-container" name="data.containerId" data-type="String">
{{#select data.containerId}}
<option value="">{{localize "midgard5.no-container"}}</option>
{{#each data.calc.containers as |container key|}}
<option value="{{key}}">{{container.label}}</option>