refactor(MikrotikBackupsManager): update condition to check for selectedServerId instead of selectedServer for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m10s

This commit is contained in:
2026-02-10 01:21:44 +07:00
parent 3d3afa4d3e
commit f2372ef4c9
+1 -1
View File
@@ -411,7 +411,7 @@ function MikrotikBackupsManager() {
{loadingServers ? (
<TableSkeleton rows={5} columns={4} />
) : !selectedServer ? (
) : !selectedServerId ? (
<EmptyState
title="Нет доступных Jumphost-серверов"
description='Создайте хотя бы один сервер типа "jumphost" в разделе Серверы, чтобы включить бэкапы.'