fixed small bugs and made comment fields bigger

This commit is contained in:
2024-04-02 14:53:14 +02:00
parent 423ff7e48b
commit aaa3bba79f
20 changed files with 502 additions and 412 deletions

View File

@ -308,6 +308,7 @@ const confirmDeleteMVI = async () => {
}
store.commit('undoDelete');
store.commit('resetStore');
store.commit('deactivateSearch');
store.commit('changeToInstancelist');
store.commit('seeAllIcon');
} else {
@ -472,6 +473,7 @@ onMounted(async () => {
getSession();
await getMVIById();
await getMVTById();
triggerBackendCallsWithDelay(getUsers);
triggerBackendCallsWithDelay(getCustomers);
});
</script>
@ -685,4 +687,8 @@ export default {
padding: 0.625rem 1.875rem 0.625rem 1.25rem;
padding-top: 0rem;
}
.templateNotes {
padding-left: 1.8rem;
}
</style>