File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
frontend/src/components/Schemas/Details Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -76,18 +76,18 @@ const Details: React.FC = () => {
7676 backText = "Schema Registry"
7777 backTo = { clusterSchemasPath ( clusterName ) }
7878 >
79+ < Button
80+ buttonSize = "M"
81+ buttonType = "primary"
82+ to = { {
83+ pathname : clusterSchemaSchemaComparePageRelativePath ,
84+ search : `leftVersion=${ versions [ 0 ] ?. version } &rightVersion=${ versions [ 0 ] ?. version } ` ,
85+ } }
86+ >
87+ Compare Versions
88+ </ Button >
7989 { ! isReadOnly && (
8090 < >
81- < Button
82- buttonSize = "M"
83- buttonType = "primary"
84- to = { {
85- pathname : clusterSchemaSchemaComparePageRelativePath ,
86- search : `leftVersion=${ versions [ 0 ] ?. version } &rightVersion=${ versions [ 0 ] ?. version } ` ,
87- } }
88- >
89- Compare Versions
90- </ Button >
9191 < ActionButton
9292 buttonSize = "M"
9393 buttonType = "primary"
You can’t perform that action at this time.
0 commit comments