Skip to content

Commit 88bda78

Browse files
[autofix.ci] apply automated fixes
1 parent 34dd884 commit 88bda78

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

ee/tabby-ui/app/(dashboard)/settings/(integrations)/sso/components/credential-list.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ export const CredentialList = () => {
5656
})
5757

5858
const isLoading =
59-
fetchingGithub || fetchingGoogle || fetchingGitlab || fetchingLdap || fetchingOic
59+
fetchingGithub ||
60+
fetchingGoogle ||
61+
fetchingGitlab ||
62+
fetchingLdap ||
63+
fetchingOic
6064

6165
const credentialList = React.useMemo(() => {
6266
return compact([

ee/tabby-ui/components/ui/icons.tsx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,17 +1030,26 @@ function IconOidc({ className, ...props }: React.ComponentProps<'svg'>) {
10301030
viewBox="0 0 25.573 25.573"
10311031
xmlns="http://www.w3.org/2000/svg"
10321032
className={cn('h-4 w-4', className)}
1033-
{...props}
1033+
{...props}
10341034
>
1035-
<g>
10361035
<g>
1037-
<polygon style={{ "fill": "#EB7C04" }} points="12.036,24.589 12.036,3.296 15.391,0.983 15.391,22.74 "/>
1038-
<path style={{ "fill": "#C7C4C6" }} d="M11.11,7.926v2.893c0,0-6.632,0.521-7.058,5.556c0,0-0.93,4.396,7.058,5.785v2.43
1039-
c0,0-11.226-1.155-11.109-8.331C0.001,16.258-0.115,8.968,11.11,7.926z"/>
1040-
<path style={{ "fill": "#C7C4C6" }} d="M16.2,7.926v2.702c0,0,2.142-0.029,3.934,1.463l-1.964,0.807l7.403,1.855V8.967l-2.527,1.43
1041-
C23.046,10.397,20.889,8.13,16.2,7.926z"/>
1036+
<g>
1037+
<polygon
1038+
style={{ fill: '#EB7C04' }}
1039+
points="12.036,24.589 12.036,3.296 15.391,0.983 15.391,22.74 "
1040+
/>
1041+
<path
1042+
style={{ fill: '#C7C4C6' }}
1043+
d="M11.11,7.926v2.893c0,0-6.632,0.521-7.058,5.556c0,0-0.93,4.396,7.058,5.785v2.43
1044+
c0,0-11.226-1.155-11.109-8.331C0.001,16.258-0.115,8.968,11.11,7.926z"
1045+
/>
1046+
<path
1047+
style={{ fill: '#C7C4C6' }}
1048+
d="M16.2,7.926v2.702c0,0,2.142-0.029,3.934,1.463l-1.964,0.807l7.403,1.855V8.967l-2.527,1.43
1049+
C23.046,10.397,20.889,8.13,16.2,7.926z"
1050+
/>
1051+
</g>
10421052
</g>
1043-
</g>
10441053
</svg>
10451054
)
10461055
}

0 commit comments

Comments
 (0)