controls get record from params

This commit is contained in:
Julien Calixte
2023-04-22 17:26:29 +02:00
parent 41da099c69
commit eed9e5c49c
2 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ const isSuperiorToEstimation = computed(() => {
{{ formatLongDate(record.start) }}
<estimation-time-arrival :estimation="task.totalEstimation" />
</h2>
<record-controls :task-id="taskId" />
<record-controls v-if="record" :task-id="taskId" :record="record" />
<record-progress :task-id="taskId" />
<table class="table is-striped is-hoverable is-fullwidth">
<thead>