diff --git a/src/app/components/TokenListing.tsx b/src/app/components/TokenListing.tsx index 112bb15c7..6e7cd2c95 100644 --- a/src/app/components/TokenListing.tsx +++ b/src/app/components/TokenListing.tsx @@ -48,7 +48,7 @@ const TokenListing: React.FC = ({ dispatch.uiState.setShowEditForm(true); dispatch.uiState.setEditToken({ ...token, - type: schema.type, + type: token?.type || schema.type, schema, status, initialName: name,