Mostly working

This commit is contained in:
Arc 2024-11-18 21:54:27 +00:00
parent 5a2ba743cf
commit 08dad16611
5 changed files with 232 additions and 232 deletions

View file

@ -67,7 +67,7 @@
icon="launch"
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
type="a"
:href="props.row.myextension"
:href="props.row.id"
target="_blank"
><q-tooltip>Open public page</q-tooltip></q-btn
></q-td
@ -222,7 +222,7 @@
<template v-slot:append>
<q-btn
round
@click="createInvoice(urlDialog.data.wallet, urlDialog.data.id)"
@click="createInvoice(urlDialog.data.id)"
color="primary"
flat
icon="add_circle"