logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 7eff56ca2e9dccc26792f145b3d9dcd371e45176
parent 50b1c5b640a5867cd0f988276ffb6946038a96ea
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 22 Dec 2024 16:50:00 +0200

fix duplicate id

Diffstat:

Msrc/components/post_status_form/post_status_form.vue1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue @@ -235,7 +235,6 @@ class="text-format" > <Select - id="post-content-type" v-model="newStatus.contentType" class="input form-control" :attrs="{ 'aria-label': $t('post_status.content_type_selection') }"