fix:types for new user

This commit is contained in:
hackerESQ
2024-10-21 22:33:02 -05:00
parent 39160d654b
commit 740a29ce04
@@ -18,7 +18,7 @@ new class extends Component {
public string $emailAddress;
#[Rule('sometimes|boolean')]
public bool $fullAccess = false;
public int $fullAccess = 0;
public array $permissions;