6.12.1: Фикс диалога ошибки загрузки
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
This commit is contained in:
@@ -5,7 +5,6 @@ function LoadingError({ onRetry }) {
|
||||
return (
|
||||
<div className="loading-error-container">
|
||||
<div className="loading-error-content">
|
||||
<div className="loading-error-text">Ошибка, повторите позже</div>
|
||||
{onRetry && (
|
||||
<button
|
||||
onClick={onRetry}
|
||||
|
||||
Reference in New Issue
Block a user