fix: profile update form

This commit is contained in:
Jannat Patel
2025-11-26 15:05:55 +05:30
parent 219139e45b
commit 3be3124951

View File

@@ -222,8 +222,8 @@ watch(
watch(
() => profile.language,
(newVal, oldVal) => {
if (newVal !== oldVal) {
() => {
if (profile.language !== props.profile.data.language) {
hasLanguageChanged.value = true
}
}