fix: убрать текст 'Выполнение...' из кнопки выполнения задачи с длительностью
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 29s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 29s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ function TaskDetail({ taskId, onClose, onRefresh, onTaskCompleted }) {
|
|||||||
disabled={isCompleting}
|
disabled={isCompleting}
|
||||||
className="complete-button"
|
className="complete-button"
|
||||||
>
|
>
|
||||||
{isCompleting ? 'Выполнение...' : '✓'}
|
✓
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user