fix ui: fix onboarding ai popup

This commit is contained in:
nick-delirium 2024-05-02 10:18:50 +02:00
parent df490099f4
commit eaa4613f4b
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -240,7 +240,7 @@ function AiSessionSearchField(props: Props) {
</OutsideClickDetectingDiv>
),
onClick: () => {
changeValue('tab');
changeValue('ask');
closeTour();
},
},