Skip to content

Commit ac99431

Browse files
scttcperJesse-Box
authored andcommitted
fix(aci): Display % as suffix for % changed (#103203)
Missed the resolution field
1 parent 8969845 commit ac99431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/detectors/components/forms/metric/resolveSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function ResolveSection() {
149149
inline={false}
150150
flexibleControlStateSize
151151
placeholder="0"
152-
suffix={thresholdSuffix}
152+
suffix={detectionType === 'percent' ? '%' : thresholdSuffix}
153153
validate={validateResolutionThreshold}
154154
required
155155
preserveOnUnmount

0 commit comments

Comments
 (0)