Оптимизация

This commit is contained in:
2026-02-08 07:39:56 +07:00
parent ca1783fe7d
commit cff7ef1bd1
36 changed files with 353 additions and 384 deletions

View File

@@ -40,7 +40,7 @@ const createSite = async () => {
}
const result = await sitesStore.create(siteData)
creating.value = false
if (result && !String(result).startsWith('Error')) {
if (isSuccess(result)) {
success(t('notify.siteCreated'))
router.push('/')
} else {