Ticket basic data #474

Merged
jsegarra merged 15 commits from :feature/TicketBasicData into dev 2024-06-25 20:28:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3d0cbcfd12 - Show all commits

View File

@ -246,7 +246,7 @@ function updateAndEmit(evt, val, res) {
emit(evt, state.get(modelValue), res);
}
defineExpose({ save, isLoading, hasChanges, formData });
defineExpose({ save, isLoading, hasChanges });
</script>
<template>
<div class="column items-center full-width">