refactor: network interfaces can be copied or followed

This commit is contained in:
Carlos Valente
2024-10-13 15:05:03 +02:00
committed by Carlos Valente
parent 78fa1df99c
commit e46948772e
5 changed files with 69 additions and 19 deletions
@@ -193,7 +193,7 @@ export default function GSheetSetup(props: GSheetSetupProps) {
<Panel.ListGroup>
<div className={style.buttonRow}>
{isAuthenticating && <Spinner />}
<CopyTag label='Google Auth Key' disabled={!canAuthenticate} size='sm'>
<CopyTag copyValue={authKey ?? ''} label='Google Auth Key' disabled={!canAuthenticate} size='sm'>
{authKey ? authKey : 'Upload files to generate Auth Key'}
</CopyTag>
<Button