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 c2f42ce commit 8b71fc4Copy full SHA for 8b71fc4
redisinsight/ui/src/pages/pub-sub/components/subscription-panel/SubscriptionPanel.tsx
@@ -92,7 +92,7 @@ const SubscriptionPanel = () => {
92
compressed
93
onChange={(e) => setChannels(e.target.value)}
94
onBlur={onFocusOut}
95
- placeholder=""
+ placeholder="Enter Pattern"
96
aria-label="channel names for filtering"
97
data-testid="channels-input"
98
append={<AppendInfo title={null} content="Subscribe to one or more channels or patterns by entering them, separated by spaces." />}
0 commit comments