Merge pull request #1133 from wasim3357/develop

This commit is contained in:
Shariq Ansari 2025-08-20 14:34:13 +05:30 committed by GitHub
commit 83c1abd707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,6 +108,7 @@ async function createOrganization() {
onError: (err) => {
if (err.error.exc_type == 'ValidationError') {
error.value = err.error?.messages?.[0]
loading.value = false
}
},
},