update: modal for aspect management

This commit is contained in:
abiyasa05 2024-09-18 10:05:27 +07:00
parent 497e091db0
commit 39c1b7462a

View File

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