feat: Deploy popup forward in editor version (#96)

This commit is contained in:
Eric Tuvesson
2025-06-03 00:17:55 +02:00
committed by GitHub
parent 2fd4b67a08
commit 4e96d23585

View File

@@ -1,4 +1,5 @@
import React, { RefObject } from 'react';
import { platform } from '@noodl/platform';
import { ProjectModel } from '@noodl-models/projectmodel';
@@ -64,7 +65,9 @@ export function DeployPopup(props: DeployPopupProps) {
}
function FluxscapeDeployTab() {
const params = {};
const params = {
version: platform.getVersion()
};
const projectId = ProjectModel.instance.id;
if (projectId) {