You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/B4ACodeTree/B4ACodeTree.react.js
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,19 @@ import B4ATreeActions from 'components/B4ACodeTree/B4ATreeActions';
9
9
import'jstree/dist/themes/default/style.css'
10
10
import'components/B4ACodeTree/B4AJsTree.css'
11
11
12
-
constcloudFolderPlaceholder="// The first deployed file must be named main.js and must be placed on the root of the cloud folder.\n"+
12
+
constgetCloudFolderPlaceholder=(appId,restKey)=>"// The first deployed file must be named main.js and must be placed on the root of the cloud folder.\n"+
13
13
"// The example below shows you how a cloud code function looks like.\n\n"+
0 commit comments