|
|
@ -137,7 +137,7 @@ const copyProjectMeta = async () => { |
|
|
|
const aggregatedMetaInfo = await $api.utils.aggregatedMetaInfo() |
|
|
|
const aggregatedMetaInfo = await $api.utils.aggregatedMetaInfo() |
|
|
|
await copy(JSON.stringify(aggregatedMetaInfo)) |
|
|
|
await copy(JSON.stringify(aggregatedMetaInfo)) |
|
|
|
message.info('Copied aggregated project meta to clipboard') |
|
|
|
message.info('Copied aggregated project meta to clipboard') |
|
|
|
} catch (e) { |
|
|
|
} catch (e: any) { |
|
|
|
message.error(await extractSdkResponseErrorMsg(e)) |
|
|
|
message.error(await extractSdkResponseErrorMsg(e)) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|