Removing copy bug
This commit is contained in:
parent
995111612c
commit
572cf9031c
|
|
@ -26,7 +26,7 @@ export async function copyToClipboard() {
|
||||||
title: 'Texto copiado!',
|
title: 'Texto copiado!',
|
||||||
description: `${textOutput}`,
|
description: `${textOutput}`,
|
||||||
icon: 'ph-clipboard-text',
|
icon: 'ph-clipboard-text',
|
||||||
color: type == 'activities' ? 'success' : 'info'
|
color: 'success'
|
||||||
})
|
})
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Failed to copy: ', err)
|
console.error('Failed to copy: ', err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue