Skip to content

Commit

Permalink
tet
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 23, 2024
1 parent 5c52d9c commit 9942b8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,15 @@ func initialMessages() executor.ExecuteOutput {
},
},
},
{
PlaintextInputs:[]api.LabelInput{
{
DispatchedAction: api.DispatchInputActionOnEnter,
Placeholder: "String pattern to filter by",
Text: "Filter output",
},
},
},
},
OnlyVisibleForYou: true,
ReplaceOriginal: false,
Expand Down

0 comments on commit 9942b8e

Please sign in to comment.