Skip to content

Commit

Permalink
Remove PPL keyword from general placeholder in search bar (#1121)
Browse files Browse the repository at this point in the history
* remove unused files

Signed-off-by: Eric Wei <menwe@amazon.com>

* missing snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove language from placeholder

Signed-off-by: Eric <menwe@amazon.com>

---------

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit 00363e0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 11, 2023
1 parent 945bb20 commit 73e78d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/common/search/autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Autocomplete = (props: AutocompleteProps) => {
isDisabled,
baseQuery,
tabId = '',
placeholder = 'Enter PPL query',
placeholder = 'Enter query',
possibleCommands,
append,
isSuggestionDisabled = false,
Expand Down

0 comments on commit 73e78d1

Please sign in to comment.