mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-09 00:04:23 +01:00
clarify create button isn't just for invoice #99
This commit is contained in:
@@ -182,7 +182,7 @@ export default function Receive() {
|
||||
</Card>
|
||||
|
||||
<div class="flex-1" />
|
||||
<Button class="w-full flex-grow-0 mb-4" disabled={!amount() || !selectedValues().length} intent="green" onClick={onSubmit}>Create Invoice</Button>
|
||||
<Button class="w-full flex-grow-0 mb-4" disabled={!amount() || !selectedValues().length} intent="green" onClick={onSubmit}>Create Request</Button>
|
||||
</div>
|
||||
</Match>
|
||||
<Match when={unified() && receiveState() === "show"}>
|
||||
|
||||
Reference in New Issue
Block a user