Compare commits

..

1 Commits

Author SHA1 Message Date
DanSylvest
f00deb1556 chore: Changed old API for adding system from routes to new. 2026-03-17 10:28:15 +03:00

View File

@@ -49,9 +49,9 @@ export const useContextMenuSystemInfoHandlers = () => {
}
outCommand({
type: OutCommand.addSystem,
type: OutCommand.manualAddSystem,
data: {
system_id: solarSystemId,
solar_system_id: parseInt(solarSystemId),
},
});