Skip to content

Commit 8d0d872

Browse files
Merge pull request #4501 from OneCommunityGlobal/julia-fix-isAckLoading-missing
Julia - Fix the error in development branch when user permission change, they cannot login to their account.
2 parents a531713 + 2669548 commit 8d0d872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Header/Header.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export function Header(props) {
7979
const [displayUserId, setDisplayUserId] = useState(user.userid);
8080
const [popup, setPopup] = useState(false);
8181
const [isAuthUser, setIsAuthUser] = useState(true);
82+
const [isAckLoading, setIsAckLoading] = useState(false);
8283
const [ showPromotionsPopup, setShowPromotionsPopup ] = useState(false);
8384

8485
const ALLOWED_ROLES_TO_INTERACT = useMemo(() => ['Owner', 'Administrator'], []);

0 commit comments

Comments
 (0)