diff --git a/packages/nc-gui/pages/index/index/index.vue b/packages/nc-gui/pages/index/index/index.vue index e1d3795d8a..1f39b9d239 100644 --- a/packages/nc-gui/pages/index/index/index.vue +++ b/packages/nc-gui/pages/index/index/index.vue @@ -137,7 +137,7 @@ const copyProjectMeta = async () => { const aggregatedMetaInfo = await $api.utils.aggregatedMetaInfo() await copy(JSON.stringify(aggregatedMetaInfo)) message.info('Copied aggregated project meta to clipboard') - } catch (e) { + } catch (e: any) { message.error(await extractSdkResponseErrorMsg(e)) } }