fix: hiden button 'Добавить связь'
ci-front / build (push) Successful in 2m14s

This commit is contained in:
nikita
2026-04-04 21:44:39 +03:00
parent e3fae7a02c
commit c73035019f
@@ -52,7 +52,7 @@ export const GraphControls: React.FC<GraphControlsProps> = ({
return (
<div className="flex items-center justify-end gap-2 mt-2">
{/* Режим создания связи */}
<button
{/* <button
onClick={toggleLinkMode}
className="flex w-full items-center gap-2 px-3 py-2 rounded-lg transition-colors text-sm"
style={{
@@ -62,7 +62,7 @@ export const GraphControls: React.FC<GraphControlsProps> = ({
>
<FiLink />
<span>{isLinkMode ? "Создание связи..." : "Добавить связь"}</span>
</button>
</button> */}
{/* Зум + */}
<button