Move method classifications to start

This commit is contained in:
Robert 2023-10-24 10:12:05 +01:00
Родитель 2405628bcc
Коммит eb42beee23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -327,6 +327,7 @@ const UnmodelableMethodRow = forwardRef<
<DataGridCell>
<ApiOrMethodRow>
<ModelingStatusIndicator status="saved" />
<MethodClassifications method={method} />
<MethodName {...props.method} />
{viewState.mode === Mode.Application && (
<UsagesButton onClick={jumpToMethod}>
@ -334,7 +335,6 @@ const UnmodelableMethodRow = forwardRef<
</UsagesButton>
)}
<ViewLink onClick={jumpToMethod}>View</ViewLink>
<MethodClassifications method={method} />
</ApiOrMethodRow>
</DataGridCell>
<DataGridCell gridColumn={`span ${viewState.showMultipleModels ? 5 : 4}`}>