Make customer addresses editable.
This commit is contained in:
@@ -73,8 +73,10 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a class="ml-8 mb-8 inline-block" x-bind:href="'/customer/' + customer.id + '/edit'"><x-primary-button>{{ __('form.Edit') }}</x-primary-button></a>
|
||||
<a class="ml-8 mb-8 inline-block" x-bind:href="'/customer/' + customer.id + '/edit'"><x-primary-button class="pl-2+
|
||||
"><x-edit-icon class="h-6 mr-2"/>{{ __('form.Edit') }}</x-primary-button></a>
|
||||
</div>
|
||||
|
||||
</details>
|
||||
</template>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user