We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bbae1 commit 024fa3bCopy full SHA for 024fa3b
src/features/decoder/components/jwt-input.component.tsx
@@ -85,6 +85,7 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
85
success: [dictionary.successMessage],
86
errors: decodeErrors$,
87
}}
88
+ hasHeaderIcon
89
slots={{
90
notification: (
91
<TokenDecoderSignatureValidationComponent
@@ -98,9 +99,9 @@ export const JwtInputComponent: React.FC<JwtInputComponentProps> = ({
98
99
value={token}
100
/>
101
<CardToolbarClearButtonComponent
- languageCode={languageCode}
102
onPress={clearValue}
103
isDisabled={!token}
104
+ languageCode={languageCode}
105
106
</CardToolbarComponent>
107
),
0 commit comments