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 0a75a0e commit 2405628Copy full SHA for 2405628
extensions/ql-vscode/src/view/model-editor/MethodRow.tsx
@@ -337,7 +337,9 @@ const UnmodelableMethodRow = forwardRef<
337
<MethodClassifications method={method} />
338
</ApiOrMethodRow>
339
</DataGridCell>
340
- <DataGridCell gridColumn="span 4">Method already modeled</DataGridCell>
+ <DataGridCell gridColumn={`span ${viewState.showMultipleModels ? 5 : 4}`}>
341
+ Method already modeled
342
+ </DataGridCell>
343
</DataGridRow>
344
);
345
});
0 commit comments