mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-10 14:22:53 +01:00
feat: Deploy popup forward in editor version (#96)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user