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