feat: catch all yaml parse errors
This commit is contained in:
@@ -73,7 +73,7 @@ const Checkbox = (
|
||||
const id = `checkbox-${_id}`;
|
||||
return (
|
||||
<label
|
||||
className="flex items-center py-3 px-4 rounded-xl"
|
||||
className="flex items-center py-3 px-4 rounded-2xl"
|
||||
style={{ color: "var(--foreground)", background: "var(--background)" }}
|
||||
>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user