Include report ID in survey response
This commit is contained in:
parent
164b2a98ab
commit
706dc6eed9
1 changed files with 4 additions and 1 deletions
|
|
@ -274,7 +274,10 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<SummaryCard {report}>
|
<SummaryCard {report}>
|
||||||
<div class="d-flex justify-content-end me-lg-5">
|
<div class="d-flex justify-content-end me-lg-5">
|
||||||
<TinySurvey class="bg-primary-subtle rounded-4 p-3 text-center" />
|
<TinySurvey
|
||||||
|
class="bg-primary-subtle rounded-4 p-3 text-center"
|
||||||
|
source={report.id}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</SummaryCard>
|
</SummaryCard>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue