diff --git a/front/src/components/playlists/Form.vue b/front/src/components/playlists/Form.vue index b935b8a28..f67437da4 100644 --- a/front/src/components/playlists/Form.vue +++ b/front/src/components/playlists/Form.vue @@ -6,6 +6,8 @@ import { ref, computed, onMounted, nextTick } from 'vue' import { useI18n } from 'vue-i18n' import { useStore } from '~/store' +import { FwButton } from '@funkwhale/ui' + import axios from 'axios' import $ from 'jquery' @@ -173,8 +175,10 @@ const submit = async () => {
-