Admin Workflow - Admin UI to search and export data

This commit is contained in:
Dillon Ngo
2025-01-09 02:33:06 +08:00
parent b096b3f93a
commit eab335d34c
18 changed files with 632 additions and 103 deletions
@@ -19,7 +19,7 @@ class QuestionnaireSetsResource extends JsonResource
'id' => $this->id,
'name' => $this->name,
'description' => $this->description,
'group' => $this->group,
'group' => explode(',', $this->group),
'version' => $this->version,
];
}