Skip to content

Commit 8b71fc4

Browse files
committed
RI-6122 Added placeholder
1 parent c2f42ce commit 8b71fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/pub-sub/components/subscription-panel/SubscriptionPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const SubscriptionPanel = () => {
9292
compressed
9393
onChange={(e) => setChannels(e.target.value)}
9494
onBlur={onFocusOut}
95-
placeholder=""
95+
placeholder="Enter Pattern"
9696
aria-label="channel names for filtering"
9797
data-testid="channels-input"
9898
append={<AppendInfo title={null} content="Subscribe to one or more channels or patterns by entering them, separated by spaces." />}

0 commit comments

Comments
 (0)