diff --git a/assets/js/hooks/Mapper/components/contexts/ContextMenuSystemInfo/useContextMenuSystemInfoHandlers.ts b/assets/js/hooks/Mapper/components/contexts/ContextMenuSystemInfo/useContextMenuSystemInfoHandlers.ts index d5144948..bc27710a 100644 --- a/assets/js/hooks/Mapper/components/contexts/ContextMenuSystemInfo/useContextMenuSystemInfoHandlers.ts +++ b/assets/js/hooks/Mapper/components/contexts/ContextMenuSystemInfo/useContextMenuSystemInfoHandlers.ts @@ -49,9 +49,9 @@ export const useContextMenuSystemInfoHandlers = () => { } outCommand({ - type: OutCommand.addSystem, + type: OutCommand.manualAddSystem, data: { - system_id: solarSystemId, + solar_system_id: parseInt(solarSystemId), }, });