We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e80f0b commit 6d0b20bCopy full SHA for 6d0b20b
frontend/src/components/GraphPage/MainGraph/MainGraph.jsx
@@ -623,6 +623,10 @@ const MainGraph = forwardRef((props, ref) => {
623
<div style={{ marginTop: '10px' }}>
624
<button
625
onClick={async () => {
626
+ if (connectionName == '') {
627
+ alert("Название не может быть пустым!")
628
+ return
629
+ }
630
const { sourceId, targetId } = selectedSourceTask;
631
try {
632
const token = localStorage.getItem('token');
0 commit comments