Made healthchecks settings modal auto close

This commit is contained in:
Henry Whitaker
2020-08-12 14:18:30 +01:00
parent f32fcf8256
commit a73e058ab1
2 changed files with 2 additions and 2 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -159,7 +159,7 @@ export default class Settings extends Component {
]} />
</Col>
<Col lg={{ span: 4 }} md={{ span: 6 }} sm={{ span: 12 }}>
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={false} settings={[
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={true} settings={[
{
obj: e.healthchecks_uuid,
type: 'text'