Merge branch 'dillon/74-admin-workflow' into vapor/development

This commit is contained in:
Dillon Ngo
2025-01-09 04:08:44 +08:00
@@ -36,12 +36,12 @@
</div>
<div class="row no-margin">
<div class="col bg-white padding-25">
<div class="row tabsContainer tabContent" tab-name="questionGroups" style="margin: 25px;">
<div class="row tabsContainer tabContent" tab-name="questionGroups" style="margin: 15px;">
<div class="col">
<question-answer-section-component section="qaQuestionGroupsSection"></question-answer-section-component>
</div>
</div>
<div class="row tabsContainer hide tabContent" tab-name="questions" style="margin: 25px;">
<div class="row tabsContainer hide tabContent" tab-name="questions" style="margin: 15px;">
<div class="col">
<question-answer-section-2-component section="qaQuestionsWithoutGroupSection"></question-answer-section-component>
</div>