Fix /ask sometimes triggering a search
This commit is contained in:
@@ -13,7 +13,7 @@ class Prompts::CommandsController < ApplicationController
|
||||
[ "/user", "Open user profile", "/user " ],
|
||||
[ "/tag", "Tag selected cards", "/tag #" ],
|
||||
[ "/stage", "Move cards to a Workflow Stage", "/stage " ],
|
||||
[ "/ask", "Ask a question about cards", "/ask " ],
|
||||
[ "/ask", "Ask a question about cards", "/ask" ],
|
||||
[ "/help", "Show help menu", "/help" ]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user