6.15.3: Фикс обновления данных при редактировании завершённого желания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
This commit is contained in:
@@ -1080,6 +1080,11 @@ function AppContent() {
|
||||
setWordsRefreshTrigger(prev => prev + 1)
|
||||
}
|
||||
|
||||
// Обновляем список желаний при возврате из формы редактирования
|
||||
if (prevActiveTabRef.current === 'wishlist-form' && activeTab === 'wishlist') {
|
||||
setWishlistRefreshTrigger(prev => prev + 1)
|
||||
}
|
||||
|
||||
if (isFirstLoad) {
|
||||
// Первая загрузка таба
|
||||
lastLoadedTabRef.current = tabKey
|
||||
|
||||
Reference in New Issue
Block a user