Pull Request branch dev-clone to main #1
|
|
@ -167,7 +167,9 @@ export default function AspectFormModal() {
|
|||
}}
|
||||
disabled={formType === "detail"}
|
||||
/>
|
||||
<Text>Jumlah Soal: {field.questionCount}</Text>
|
||||
{formType === "detail" && (
|
||||
<Text>Jumlah Soal: {field.questionCount}</Text>
|
||||
)}
|
||||
{formType !== "detail" && (
|
||||
<Button
|
||||
variant="outline"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user