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 39c1b7462a - Show all commits

View File

@ -167,7 +167,9 @@ export default function AspectFormModal() {
}} }}
disabled={formType === "detail"} disabled={formType === "detail"}
/> />
{formType === "detail" && (
<Text>Jumlah Soal: {field.questionCount}</Text> <Text>Jumlah Soal: {field.questionCount}</Text>
)}
{formType !== "detail" && ( {formType !== "detail" && (
<Button <Button
variant="outline" variant="outline"