Fix: Use larger limit for pin url length

This commit is contained in:
Ji Qu
2021-03-24 11:49:42 +08:00
committed by GitHub
parent 2ebc14ce62
commit 659ad35a54

View File

@@ -24,7 +24,7 @@
type="text"
v-model="pinModel.form.url.value"
placeholder="where to fetch the image"
maxlength="256"
maxlength="2048"
>
</b-input>
</b-field>
@@ -42,7 +42,7 @@
type="text"
v-model="pinModel.form.referer.value"
placeholder="where to find the pin"
maxlength="256"
maxlength="2048"
>
</b-input>
</b-field>