Update QuickstartCarousel.tsx

This commit is contained in:
MokireddySampath 2023-09-27 19:55:47 +05:30 committed by GitHub
parent 5358333384
commit c32b859f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const QuickstartCarousel: React.FC<QuickstartCarouselProps> = ({
return (
<Modal
styles={{ main: { width: 640 } }}
isOpen={true && page < 4}
isOpen={isOpen && page < 4}
onDismissed={() => userContext.apiType === "SQL" && useCarousel.getState().setShowCoachMark(true)}
>
<Stack>