style: format
This commit is contained in:
parent
23ddc68ade
commit
e95168bbf0
@ -21,7 +21,7 @@ const {
|
||||
SDC_URL,
|
||||
BASE_URL = `http://0.0.0.0:${PORT}`,
|
||||
ROLLBAR_SERVER_TOKEN,
|
||||
NODE_ENV = 'development',
|
||||
NODE_ENV = 'development'
|
||||
// CONSOLE = 'my-joy-instances'
|
||||
} = process.env;
|
||||
|
||||
|
@ -26,39 +26,39 @@ const Values = touched => (
|
||||
</Margin>
|
||||
);
|
||||
|
||||
// {rule.type === 'tag' ? (
|
||||
// <Fragment>
|
||||
// <FormGroup name="name" field={Field}>
|
||||
// <Input
|
||||
// style={style}
|
||||
// onBlur={null}
|
||||
// type="text"
|
||||
// placeholder="name"
|
||||
// small
|
||||
// embedded
|
||||
// required
|
||||
// />
|
||||
// <FormMeta small absolute />
|
||||
// </FormGroup>
|
||||
// <H5 style={style} inline noMargin>
|
||||
// and value{' '}
|
||||
// </H5>
|
||||
// <FormGroup name="pattern" field={Field}>
|
||||
// {Values(rule.pattern)}
|
||||
// </FormGroup>
|
||||
// <FormGroup name="value" field={Field}>
|
||||
// <Input
|
||||
// style={style}
|
||||
// onBlur={null}
|
||||
// type="text"
|
||||
// placeholder="value"
|
||||
// embedded
|
||||
// required
|
||||
// />
|
||||
// <FormMeta small absolute />
|
||||
// </FormGroup>
|
||||
// </Fragment>
|
||||
// ) : (
|
||||
// {rule.type === 'tag' ? (
|
||||
// <Fragment>
|
||||
// <FormGroup name="name" field={Field}>
|
||||
// <Input
|
||||
// style={style}
|
||||
// onBlur={null}
|
||||
// type="text"
|
||||
// placeholder="name"
|
||||
// small
|
||||
// embedded
|
||||
// required
|
||||
// />
|
||||
// <FormMeta small absolute />
|
||||
// </FormGroup>
|
||||
// <H5 style={style} inline noMargin>
|
||||
// and value{' '}
|
||||
// </H5>
|
||||
// <FormGroup name="pattern" field={Field}>
|
||||
// {Values(rule.pattern)}
|
||||
// </FormGroup>
|
||||
// <FormGroup name="value" field={Field}>
|
||||
// <Input
|
||||
// style={style}
|
||||
// onBlur={null}
|
||||
// type="text"
|
||||
// placeholder="value"
|
||||
// embedded
|
||||
// required
|
||||
// />
|
||||
// <FormMeta small absolute />
|
||||
// </FormGroup>
|
||||
// </Fragment>
|
||||
// ) : (
|
||||
|
||||
export const Rule = ({ valid, ...rule }) => (
|
||||
<Margin bottom={valid ? 4 : 8}>
|
||||
|
@ -281,7 +281,7 @@ export default compose(
|
||||
|
||||
const patterns = {
|
||||
equalling: value => value,
|
||||
starting: value => `/^${value}/`,
|
||||
starting: value => `/^${value}/`
|
||||
};
|
||||
|
||||
const _name = identity === 'name' ? 'instance' : name;
|
||||
|
@ -10,4 +10,4 @@
|
||||
"no-negated-condition": 0,
|
||||
"jsx-a11y/href-no-hash": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user