Исправление ошибки 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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "3.10.4",
|
"version": "3.10.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ function AddProjectScreen({ onClose, onSuccess, onError }) {
|
|||||||
|
|
||||||
// Компонент экрана переноса проекта
|
// Компонент экрана переноса проекта
|
||||||
function MoveProjectScreen({ project, allProjects, onClose, onSuccess, onError }) {
|
function MoveProjectScreen({ project, allProjects, onClose, onSuccess, onError }) {
|
||||||
|
const { authFetch } = useAuth()
|
||||||
const [newProjectName, setNewProjectName] = useState('')
|
const [newProjectName, setNewProjectName] = useState('')
|
||||||
const [isSubmitting, setIsSubmitting] = useState(false)
|
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||||
const [validationError, setValidationError] = useState(null)
|
const [validationError, setValidationError] = useState(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user