added redirect to completed form on form submission
This commit is contained in:
@@ -125,7 +125,7 @@ onMounted(async () => {
|
||||
<X></X>
|
||||
</button>
|
||||
</div>
|
||||
<TrainingReportForm class="w-full"></TrainingReportForm>
|
||||
<TrainingReportForm class="w-full" @submit="(newID) => viewTrainingReport(newID)"></TrainingReportForm>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user