Fix argument persistence and accidental submission command bar bugs (#3021)

This commit is contained in:
Frank Noirot
2024-07-14 18:15:34 -04:00
committed by GitHub
parent 29bf77bb82
commit 1852e6167b
5 changed files with 73 additions and 36 deletions

View File

@ -114,6 +114,7 @@ function CommandBarHeader({ children }: React.PropsWithChildren<{}>) {
>
{argName}
</span>
<span className="sr-only">:&nbsp;</span>
{argValue ? (
arg.inputType === 'selection' ? (
getSelectionTypeDisplayText(argValue as Selections)