We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92aeba commit 31b0a12Copy full SHA for 31b0a12
src/context/BpmnPropertiesPanelContext.js
@@ -5,7 +5,7 @@ import {
5
const BpmnPropertiesPanelContext = createContext({
6
selectedElement: null,
7
injector: null,
8
- getService() { return null;}
+ getService() { return null; }
9
});
10
11
export default BpmnPropertiesPanelContext;
0 commit comments