Skip to content

Commit 3eca400

Browse files
committed
remove for the proper git changes
Signed-off-by: Ahalya Radhakrishnan <[email protected]>
1 parent bc454f8 commit 3eca400

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/datasources/alarms/components/editors/list-alarms/ListAlarmsQueryEditor.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,6 @@ export function ListAlarmsQueryEditor({ query, handleQueryChange, datasource }:
9696

9797
return (
9898
<Stack direction='column'>
99-
<InlineField
100-
label={labels.outputType}
101-
labelWidth={LABEL_WIDTH}
102-
tooltip={tooltips.outputType}
103-
>
104-
<RadioButtonGroup
105-
options={enumToOptions(OutputType)}
106-
value={query.outputType}
107-
onChange={onOutputTypeChange}
108-
/>
109-
</InlineField>
11099
{query.outputType === OutputType.Properties && (
111100
<InlineField
112101
label={labels.properties}

0 commit comments

Comments
 (0)