Fix button text and copying
This commit is contained in:
@ -135,6 +135,7 @@ export default function () {
|
||||
</TableContainer>
|
||||
<Button
|
||||
colorScheme="blue"
|
||||
my="16px"
|
||||
onClick={async () => {
|
||||
await navigator.clipboard.writeText(
|
||||
`local Report = {
|
||||
@ -146,7 +147,6 @@ export default function () {
|
||||
|
||||
alert("Report copied.");
|
||||
}}
|
||||
pt="16px"
|
||||
>
|
||||
Copy Report
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user