Rename system to SIB: update translations, logos, views, stores and logs
This commit is contained in:
@ -28,7 +28,7 @@ export const useFavoritesStore = defineStore('favorites', () => {
|
||||
// Safety: si la red está inestable al awakening del background, no quedar cargando
|
||||
const safetyTimer = setTimeout(() => {
|
||||
if (isLoading.value) {
|
||||
console.warn('SIBU | favoritesStore: safety timeout — reseteando isLoading')
|
||||
console.warn('SIB | favoritesStore: safety timeout — reseteando isLoading')
|
||||
isLoading.value = false
|
||||
}
|
||||
}, 12000)
|
||||
|
||||
Reference in New Issue
Block a user