BetaBlox / skybolt

A starter template for a full stack nestjs/react monorepo
0 stars 0 forks source link

Update impersonation trigger to be case insensitive #154

Closed johnrake-betablox closed 1 month ago

johnrake-betablox commented 1 month ago

@gvan12 minor bug found during implementation. Could you update this and make a PR for me? No timeline needed, just for future projects

{modelName.toLowerCase() === 'user' && (
                    <ImpersonateButton userId={String(record.id)} />
                  )}
johnrake-betablox commented 1 month ago

I've resolved this in a recent PR