display alert.type instead of alert.alias in the alert tabs
parent
ef635fa4b2
commit
93791a9201
|
@ -18,7 +18,7 @@ const HandlerTabs = ({
|
|||
})}
|
||||
onClick={handleChooseHandler(ep)}
|
||||
>
|
||||
{ep.alias}
|
||||
{ep.type}
|
||||
<button
|
||||
className="endpoint-tab--delete"
|
||||
onClick={handleRemoveHandler(ep)}
|
||||
|
|
Loading…
Reference in New Issue