diff --git a/src/store/modules/TsModsModule.ts b/src/store/modules/TsModsModule.ts index 9318512e7..42018c5ea 100644 --- a/src/store/modules/TsModsModule.ts +++ b/src/store/modules/TsModsModule.ts @@ -324,6 +324,7 @@ export const TsModsModule = { try { commit('setThunderstoreModListUpdateStatus', 'Resetting mod list cache...'); await PackageDb.resetCommunity(community); + commit('setModsLastUpdated', undefined); } finally { commit('finishThunderstoreModListUpdate'); }