From 5f9893e0c6d2c912b228f3a2f3537f8f6207eb81 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 4 Nov 2024 02:41:34 +0100 Subject: [PATCH] Fixed edit social platform resetting to OF. --- components/edit/socials.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/edit/socials.vue b/components/edit/socials.vue index 3d004b2..74a66e6 100644 --- a/components/edit/socials.vue +++ b/components/edit/socials.vue @@ -167,7 +167,7 @@ function addSocial() { emit('socials', socials.value); - platform.value = 'onlyfans'; + platform.value = ''; handle.value = ''; url.value = ''; }