mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
lint
This commit is contained in:
@@ -7,7 +7,6 @@ import useHttpSettings, { usePostHttpSubscriptions } from '../../../common/hooks
|
||||
import { useEmitLog } from '../../../common/stores/logger';
|
||||
import ModalLoader from '../modal-loader/ModalLoader';
|
||||
import OntimeModalFooter from '../OntimeModalFooter';
|
||||
// import { Switch } from '@chakra-ui/react';
|
||||
import SubscriptionRow from './SubscriptionRow';
|
||||
|
||||
import styles from '../Modal.module.scss';
|
||||
@@ -92,7 +91,7 @@ export default function HttpIntegration() {
|
||||
return <ModalLoader />;
|
||||
}
|
||||
const placeholder = 'http://x.x.x.x:xxxx/api/path';
|
||||
//TODO: add golobal off
|
||||
//TODO: add golobal off
|
||||
return (
|
||||
<form onSubmit={handleSubmit(onSubmit)} className={styles.sectionContainer} id='http-subscriptions'>
|
||||
{/* <div className={styles.splitSection}>
|
||||
|
||||
Reference in New Issue
Block a user