Commit f6d8d033 authored by Eric Rosenbaum's avatar Eric Rosenbaum

update error alert

parent 374e78e8
......@@ -147,8 +147,7 @@ const StudioMemberTile = ({
.catch(() => {
setTransferHostModalOpen(false);
errorAlert({
id: 'studio.transfer.alert.somethingWentWrong',
values: {name: newHostUsername}
id: 'studio.transfer.alert.somethingWentWrong'
});
});
}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment