mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 01:57:12 +00:00
fix(nc-gui): type 'unknown' is not assignable to type 'Error'
This commit is contained in:
@@ -153,7 +153,7 @@ const copyInviteUrl = async (user: User) => {
|
||||
|
||||
// Invite URL copied to clipboard
|
||||
message.success(t('msg.success.inviteURLCopied'))
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
message.error(e.message)
|
||||
}
|
||||
$e('c:user:copy-url')
|
||||
|
||||
Reference in New Issue
Block a user