feat: credit note => remove attachment on create
This commit is contained in:
parent
c5d3897d76
commit
1cdc2bd4cc
2 changed files with 8 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ onMounted(() => {
|
|||
color="positive"
|
||||
size="1rem"
|
||||
/>
|
||||
{{ idle ? '' : progress !== 1 ? `Uploading...` : 'Completed' }}
|
||||
{{ idle ? `Pending` : progress !== 1 ? `Uploading...` : 'Completed' }}
|
||||
</span>
|
||||
</article>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue