Hide fixme from user

This commit is contained in:
Fang-Pen Lin
2025-11-04 12:28:26 -08:00
parent 5218195ed4
commit 8a8f683c4d

View File

@@ -566,7 +566,7 @@ export const CreateProfileModal = ({ isOpen, onClose, profile, mode = "create" }
name="acmeConfig"
render={({ field, fieldState: { error } }) => (
<FormControl isError={Boolean(error)} errorText={error?.message}>
<div className="flex items-center gap-2">FIXME: ACME configuration</div>
<div className="flex items-center gap-2">{/* FIXME: ACME configuration */}</div>
</FormControl>
)}
/>