Skip to content

Commit 196ae01

Browse files
authored
Merge pull request #120 from platforma-open/erohinaelena/update-graph-maker-version
Erohinaelena/update graph maker version
2 parents d3e5681 + 1eb61c6 commit 196ae01

5 files changed

Lines changed: 169 additions & 179 deletions

File tree

.changeset/pretty-melons-punch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@platforma-open/milaboratories.graph-maker.model': patch
3+
'@platforma-open/milaboratories.graph-maker.ui': patch
4+
---
5+
6+
update dependencies

model/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const platforma = BlockModel.create('Heavy')
4040
];
4141
})
4242

43-
.output('pFrame', (ctx) => {
43+
.outputWithStatus('pFrame', (ctx) => {
4444
return createPFrameForGraphs(ctx);
4545
})
4646
.done(2);

0 commit comments

Comments
 (0)