We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ee46b commit f88b0adCopy full SHA for f88b0ad
src/PropValidations.tsx
@@ -1,9 +1,9 @@
1
import { safeStringify } from '@stoplight/json';
2
import { ISchema } from '@stoplight/types';
3
import * as React from 'react';
4
+import { MutedText } from './common/MutedText';
5
import { isCombiner } from './util/isCombiner';
6
import { pickValidations } from './util/pickValidations';
-import { MutedText } from './common/MutedText';
7
8
export const PropValidations: React.FunctionComponent<{ prop: ISchema }> = ({ prop }) => {
9
if (!isCombiner(prop)) {
0 commit comments