display alert.type instead of alert.alias in the alert tabs

pull/10616/head
deniz kusefoglu 2017-12-07 13:04:16 -08:00
parent ef635fa4b2
commit 93791a9201
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const HandlerTabs = ({
})}
onClick={handleChooseHandler(ep)}
>
{ep.alias}
{ep.type}
<button
className="endpoint-tab--delete"
onClick={handleRemoveHandler(ep)}