logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ea3ce55929b2c6460ee548bc85c4bef55f55dba7
parent 8c48a56a899aab57246fcfde0a28c1712de8b9da
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 24 Aug 2022 20:33:04 +0300

fix lists edit page

Diffstat:

Msrc/components/lists/lists.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/lists/lists.vue b/src/components/lists/lists.vue @@ -5,7 +5,7 @@ {{ $t('lists.lists') }} </div> <router-link - :to="{ name: 'lists-edit' }" + :to="{ name: 'lists-new' }" class="button-default btn new-list-button" > {{ $t("lists.new") }}