Skip to content

Commit 15466b5

Browse files
committed
change oauth sso dialog and browser search panel dialog to null
1 parent c48a80c commit 15466b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/components/oauth/oauth-sso-dialog/OAuthSsoDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const OAuthSsoDialog = () => {
4545
[styles.import]: ssoFlow === OAuthSocialAction.Import,
4646
})}
4747
data-testid="social-oauth-dialog"
48-
title=""
48+
title={null}
4949
content={
5050
<>
5151
{ssoFlow === OAuthSocialAction.Create && (

redisinsight/ui/src/pages/browser/components/browser-search-panel/BrowserSearchPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const BrowserSearchPanel = (props: Props) => {
244244
onClose={hidePopover}
245245
/>
246246
}
247-
title=""
247+
title={null}
248248
/>
249249
<div className={styles.searchWrapper}>
250250
<OnboardingTour

0 commit comments

Comments
 (0)