Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 7dd5b41b40 - Show all commits

View File

@ -198,7 +198,7 @@ export default function AspectFormModal() {
{formType === "detail" ? (
<Text>Jumlah Soal: {field.questionCount}</Text>
) : (
<Button
<Button className="mt-6"
variant="outline"
onClick={() => {
const newSubAspects = form.values.subAspects.filter((_, i) => i !== index);