Remove the preliminary buttons to change order in content block form
This commit is contained in:
parent
f563483b79
commit
aea50a2998
|
|
@ -37,18 +37,18 @@
|
||||||
class="contents-form__trash-icon icon-button__icon"
|
class="contents-form__trash-icon icon-button__icon"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<!-- <a-->
|
||||||
class="button"
|
<!-- class="button"-->
|
||||||
@click="$emit('up')"
|
<!-- @click="$emit('up')"-->
|
||||||
>
|
<!-- >-->
|
||||||
Up
|
<!-- Up-->
|
||||||
</a>
|
<!-- </a>-->
|
||||||
<a
|
<!-- <a-->
|
||||||
class="button"
|
<!-- class="button"-->
|
||||||
@click="$emit('down')"
|
<!-- @click="$emit('down')"-->
|
||||||
>
|
<!-- >-->
|
||||||
Down
|
<!-- Down-->
|
||||||
</a>
|
<!-- </a>-->
|
||||||
</div>
|
</div>
|
||||||
</content-form-section>
|
</content-form-section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue