Skip to content

Commit eb42bee

Browse files
Move method classifications to start
1 parent 2405628 commit eb42bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/model-editor/MethodRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,14 @@ const UnmodelableMethodRow = forwardRef<
327327
<DataGridCell>
328328
<ApiOrMethodRow>
329329
<ModelingStatusIndicator status="saved" />
330+
<MethodClassifications method={method} />
330331
<MethodName {...props.method} />
331332
{viewState.mode === Mode.Application && (
332333
<UsagesButton onClick={jumpToMethod}>
333334
{method.usages.length}
334335
</UsagesButton>
335336
)}
336337
<ViewLink onClick={jumpToMethod}>View</ViewLink>
337-
<MethodClassifications method={method} />
338338
</ApiOrMethodRow>
339339
</DataGridCell>
340340
<DataGridCell gridColumn={`span ${viewState.showMultipleModels ? 5 : 4}`}>

0 commit comments

Comments
 (0)