fix: various smaller fixes (#5917)
* fix: try fix email templates rendering links for variables * fix: b is not a function * fix: wording on modpack btn on setup type stage * fix: respect launcher-meta info * feat: i18n pass on creation flow modal * fix: prefetch loader manifests * fix: lint
This commit is contained in:
@@ -16,7 +16,7 @@ import { computed } from 'vue'
|
||||
|
||||
const { formatMessage } = useVIntl()
|
||||
|
||||
const { currentMember, projectV2, projectV3, refreshProject } = injectProjectPageContext()
|
||||
const { currentMember, projectV2, projectV3, invalidate } = injectProjectPageContext()
|
||||
const { handleError } = injectNotificationManager()
|
||||
const client = injectModrinthClient()
|
||||
|
||||
@@ -53,7 +53,7 @@ const { saved, current, saving, reset, save } = useSavable(
|
||||
environment,
|
||||
side_types_migration_review_status: 'reviewed',
|
||||
})
|
||||
await refreshProject()
|
||||
await invalidate()
|
||||
reset()
|
||||
} catch (err) {
|
||||
handleError(err as Error)
|
||||
|
||||
Reference in New Issue
Block a user