add missing end tag, add missing .js file extension

This commit is contained in:
Harald Bamberger
2025-05-27 17:39:33 +02:00
parent 0ee5cc09cd
commit 390434050e
2 changed files with 4 additions and 3 deletions
@@ -2,7 +2,7 @@ import FormForm from '../../../Form/Form.js';
import FormInput from '../../../Form/Input.js';
import ListBox from "../../../../../../index.ci.php/public/js/components/primevue/listbox/listbox.esm.min.js";
import DropdownComponent from '../../../VorlagenDropdown/VorlagenDropdown.js';
import ApiMessages from "../../../../api/factory/messages/messages";
import ApiMessages from "../../../../api/factory/messages/messages.js";
export default {
name: "ComponentNewMessages",
@@ -558,4 +558,4 @@ export default {
</div>
`
}
}
@@ -497,7 +497,8 @@ export default {
<button v-if="statusNew" class="btn btn-primary" @click="addNewPlacementTest()"> {{$p.t('ui', 'speichern')}}</button>
<button v-else class="btn btn-primary" @click="updatePlacementTest(formData.rt_id)"> {{$p.t('ui', 'speichern')}}</button>
</template>
</bs-modal>
</div>
`
}