Исправление ошибки authFetch при переносе проекта
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s
This commit is contained in:
@@ -131,6 +131,7 @@ function AddProjectScreen({ onClose, onSuccess, onError }) {
|
||||
|
||||
// Компонент экрана переноса проекта
|
||||
function MoveProjectScreen({ project, allProjects, onClose, onSuccess, onError }) {
|
||||
const { authFetch } = useAuth()
|
||||
const [newProjectName, setNewProjectName] = useState('')
|
||||
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||
const [validationError, setValidationError] = useState(null)
|
||||
|
||||
Reference in New Issue
Block a user