diff --git a/public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx b/public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx index 38e7a3ed8f3..833f86f0002 100644 --- a/public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx +++ b/public/app/features/dashboard/components/Inspector/InspectJSONTab.tsx @@ -142,7 +142,7 @@ export class InspectJSONTab extends PureComponent { height={height} language="json" showLineNumbers={true} - showMiniMap={text && text.length > 100} + showMiniMap={false} value={text || ''} readOnly={!isPanelJSON} onBlur={this.onTextChanged}