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 2405628 commit eb42beeCopy full SHA for eb42bee
extensions/ql-vscode/src/view/model-editor/MethodRow.tsx
@@ -327,14 +327,14 @@ const UnmodelableMethodRow = forwardRef<
327
<DataGridCell>
328
<ApiOrMethodRow>
329
<ModelingStatusIndicator status="saved" />
330
+ <MethodClassifications method={method} />
331
<MethodName {...props.method} />
332
{viewState.mode === Mode.Application && (
333
<UsagesButton onClick={jumpToMethod}>
334
{method.usages.length}
335
</UsagesButton>
336
)}
337
<ViewLink onClick={jumpToMethod}>View</ViewLink>
- <MethodClassifications method={method} />
338
</ApiOrMethodRow>
339
</DataGridCell>
340
<DataGridCell gridColumn={`span ${viewState.showMultipleModels ? 5 : 4}`}>
0 commit comments