mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 13:36:42 +00:00
fix(nc-gui): type 'unknown' is not assignable to type 'Error'
This commit is contained in:
@@ -131,7 +131,7 @@ const copyUrl = async () => {
|
||||
|
||||
// Copied shareable base url to clipboard!
|
||||
message.success(t('msg.success.shareableURLCopied'))
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
message.error(e.message)
|
||||
}
|
||||
$e('c:shared-base:copy-url')
|
||||
|
||||
Reference in New Issue
Block a user