feat: Add checkbox for sightbar
entity + fix build errors
This commit is contained in:
@ -17,7 +17,7 @@ export const UserEditPage = observer(() => {
|
||||
const navigate = useNavigate();
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
const { id } = useParams();
|
||||
const { editUserData, editUser, getUser, setEditUserData, user } = userStore;
|
||||
const { editUserData, editUser, getUser, setEditUserData } = userStore;
|
||||
|
||||
const handleEdit = async () => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user