Skip to content

Commit b426bf4

Browse files
authored
feat: replace muxing placeholder (#365)
1 parent 565c289 commit b426bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/workspace/lib/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const DEFAULT_RULE = {
3232
}
3333

3434
const CUSTOM_RULE = {
35-
placeholder: 'e.g. file type, file name',
35+
placeholder: 'e.g. file glob patterns like *.py',
3636
selectedKey: '',
3737
items: getRequestType(),
3838
}

0 commit comments

Comments
 (0)