You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the query editor submit button says: Refresh. It should have a play button and say Run like:
Requirements:
UX questions:
Does the submit button show cancel if the request is running? The cancel then can abort the request and/or send the abort signal to any long running processes on the engine side? Related to the first query of async queries before a session ID is retrieved
The current button is using OuiSuperUpdateButton [SOURCE]
It should be respecting the prop children or just adding a child element and it is display instead of the text. But it wasn't working for me so there might be a bug in OUI. Might be worth to fix it in OUI and add some documentation about this button in OUI.
Implement
The text was updated successfully, but these errors were encountered:
Description:
Currently the query editor submit button says:
Refresh
. It should have a play button and sayRun
like:Requirements:
OuiSuperUpdateButton
[SOURCE]children
or just adding a child element and it is display instead of the text. But it wasn't working for me so there might be a bug in OUI. Might be worth to fix it in OUI and add some documentation about this button in OUI.The text was updated successfully, but these errors were encountered: