Change the button to an icon

This commit is contained in:
2020-09-09 20:17:57 +00:00
parent 4cde0ea657
commit f680d5f47d

View File

@@ -237,7 +237,7 @@
:filename="filename"
:headers="headers"
:upload-url="uploadUrl"/>
<button v-if="showCustomButton" @click="customAction(record)"> Custom Action </button>
<icon-button class="ar__uploader ar-icon ar-icon__xs ar-icon--no-border" v-if="showCustomButton" @click.native="customAction(record)" />
</div>
</div>