Fix * display problem on graph label box
This commit is contained in:
@@ -206,7 +206,7 @@ export function AsyncSelect<T>({
|
||||
tooltip={triggerTooltip}
|
||||
side="bottom"
|
||||
>
|
||||
{selectedOption ? getDisplayValue(selectedOption) : (initialValueDisplay || placeholder)}
|
||||
{value === '*' ? <div>*</div> : (selectedOption ? getDisplayValue(selectedOption) : (initialValueDisplay || placeholder))}
|
||||
<ChevronsUpDown className="opacity-50" size={10} />
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
|
Reference in New Issue
Block a user