mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 22:05:12 +00:00
0 minimum query length
This commit is contained in:
parent
a929dc5154
commit
2491ca0944
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ async def on_message(event: Dict[str, Any], client: AsyncWebClient):
|
|||
"action_id": "tag-list",
|
||||
"type": "multi_external_select",
|
||||
"placeholder": {"type": "plain_text", "text": "Select tags"},
|
||||
"min_query_length": 1,
|
||||
"min_query_length": 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue