Skip to content

Commit a4b71d8

Browse files
committed
fix: Updated with review comments.
1 parent eb1ba5d commit a4b71d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from 'react';
22
import Severity from '@patternfly/react-component-groups/dist/dynamic/Severity';
33

4+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
45
export const BasicExample: React.FunctionComponent = () => <Severity label="Undefined" severity={'an unknown value' as any} />

0 commit comments

Comments
 (0)