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 07cdb82 commit 2b587a2Copy full SHA for 2b587a2
redisinsight/ui/src/components/notifications/components/infinite-messages/InfiniteMessages.tsx
@@ -182,7 +182,7 @@ export const INFINITE_MESSAGES = {
182
</div>
183
)
184
}),
185
- APP_UPDATE_AVAILABLE: (version: string, onSuccess: () => void) => ({
+ APP_UPDATE_AVAILABLE: (version: string, onSuccess?: () => void) => ({
186
id: InfiniteMessagesIds.appUpdateAvailable,
187
Inner: (
188
<div
@@ -196,7 +196,7 @@ export const INFINITE_MESSAGES = {
196
New version is now available
197
</span>
198
</EuiTitle>
199
- <EuiText size="s" color="subdued">
+ <EuiText size="s">
200
<>
201
With RedisInsight
202
{` ${version} `}
0 commit comments