chore: cleanup files (possible RC)
This commit is contained in:
@@ -34,7 +34,6 @@ export function CreateUserDialog({
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
|
||||
// Reset form when dialog closes
|
||||
useEffect(() => {
|
||||
if (!open) {
|
||||
setUsername("");
|
||||
|
||||
Reference in New Issue
Block a user