mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 19:31:25 +01:00
Better environment edit dialog
This commit is contained in:
@@ -38,7 +38,7 @@ export function GrpcConnectionMessagesPane({ style, methodType, activeRequest }:
|
||||
|
||||
return (
|
||||
<SplitLayout
|
||||
forceVertical
|
||||
layout="vertical"
|
||||
style={style}
|
||||
name={methodType === 'unary' ? 'grpc_messages_unary' : 'grpc_messages_streaming'}
|
||||
defaultRatio={methodType === 'unary' ? 0.75 : 0.3}
|
||||
|
||||
Reference in New Issue
Block a user