chore: Changed old API for adding system from routes to new.

This commit is contained in:
DanSylvest
2026-03-17 10:28:15 +03:00
parent 11b0ba4018
commit f00deb1556
@@ -49,9 +49,9 @@ export const useContextMenuSystemInfoHandlers = () => {
}
outCommand({
type: OutCommand.addSystem,
type: OutCommand.manualAddSystem,
data: {
system_id: solarSystemId,
solar_system_id: parseInt(solarSystemId),
},
});