make copy button a tool button
This commit is contained in:
@@ -77,7 +77,7 @@ defineExpose({
|
||||
<label>{{ $t('users.invitationDialog.descriptionLink') }}</label>
|
||||
<InputGroup>
|
||||
<TextInput style="flex-grow: 1;" v-model="inviteLink" readonly/>
|
||||
<Button @click="onCopyToClipboard()" icon="fa fa-clipboard"/>
|
||||
<Button tool @click="onCopyToClipboard()" icon="fa fa-clipboard"/>
|
||||
</InputGroup>
|
||||
</FormGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user