Fixed edit social platform resetting to OF.

This commit is contained in:
DebaucheryLibrarian 2024-11-04 02:41:34 +01:00
parent 8f3701fd59
commit 5f9893e0c6
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function addSocial() {
emit('socials', socials.value);
platform.value = 'onlyfans';
platform.value = '';
handle.value = '';
url.value = '';
}