🩹 back,front: when moving an item, check for a new available name (#706)

This commit is contained in:
Eric Doughty-Papassideris
2024-10-24 18:05:19 +02:00
committed by ericlinagora
parent e07ddf5197
commit d0609f7fc7
7 changed files with 19 additions and 2 deletions
@@ -148,6 +148,7 @@ export const useOnBuildContextMenu = (
},
item.id,
item.parent_id,
item.name,
);
},
}),