Made library link readonly instead of disabled so it can be copied
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
/>
|
/>
|
||||||
<text-field
|
<text-field
|
||||||
v-if="model.public && docRef.collection === 'libraries'"
|
v-if="model.public && docRef.collection === 'libraries'"
|
||||||
disabled
|
readonly
|
||||||
label="Link"
|
label="Link"
|
||||||
:value="'https://beta.dicecloud.com' + this.$router.resolve({
|
:value="'https://beta.dicecloud.com' + this.$router.resolve({
|
||||||
name: 'singleLibrary',
|
name: 'singleLibrary',
|
||||||
|
|||||||
Reference in New Issue
Block a user