fixed up temporary changes

This commit is contained in:
Henry Jameson 2026-01-23 00:46:44 +02:00
commit 1b310d7174
7 changed files with 13 additions and 9 deletions

View file

@ -1,4 +1,5 @@
import { mapState } from 'pinia'
import { cacheKey, clearCache, emojiCacheKey } from 'src/services/sw/sw.js'
import { useInstanceStore } from 'src/stores/instance.js'
import BooleanSetting from '../helpers/boolean_setting.vue'
@ -20,7 +21,7 @@ const VersionTab = {
'backendVersion',
'backendRepository',
'frontendVersion',
])
]),
},
methods: {
clearAssetCache() {