We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c38a42 commit 64c9305Copy full SHA for 64c9305
src/components/snapshot/AuthDomain.tsx
@@ -57,7 +57,7 @@ function AuthDomain({ dispatch, userGroups, setParentAuthDomain }: Readonly<Auth
57
setParentAuthDomain(authDomain);
58
setSelectedAuthDomain(authDomain);
59
}}
60
- value={selectedAuthDomain || ''}
+ value={selectedAuthDomain ?? ''}
61
/>
62
</>
63
);
0 commit comments