forked from jsnbuchanan/crowd-funder-for-time-pwa
allow editing of an offer
This commit is contained in:
@@ -170,7 +170,11 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<OfferDialog ref="customOfferDialog" :projectId="this.projectId" />
|
||||
<OfferDialog
|
||||
ref="customOfferDialog"
|
||||
:projectId="this.projectId"
|
||||
:projectName="this.name"
|
||||
/>
|
||||
|
||||
<div v-if="activeDid && isRegistered">
|
||||
<div class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user