feat(admin, admin-ui, medusa-js, medusa-react, medusa): Support Admin Extensions (#4761)
Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
26c78bbc03
commit
f1a05f4725
@@ -109,7 +109,7 @@ const UserTable: React.FC<UserTableProps> = ({
|
||||
}
|
||||
|
||||
return `${window.location.origin}${
|
||||
__BASE__ ? `${__BASE__}/` : "/"
|
||||
process.env.ADMIN_PATH ? `${process.env.ADMIN_PATH}/` : "/"
|
||||
}invite?token={invite_token}`
|
||||
}, [store])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user