update: modal for aspect management
This commit is contained in:
parent
497e091db0
commit
39c1b7462a
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user