mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
use action from store instead of directly modifying state in components
This commit is contained in:
@@ -62,7 +62,7 @@ async function saveUserMemo(id, memo) {
|
||||
} else {
|
||||
ref.$nickName = '';
|
||||
}
|
||||
userStore.userDialog.memo = memo;
|
||||
userStore.setUserDialogMemo(memo);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user