Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -11,7 +11,7 @@ export default function ScheduleJobModalComponent({
|
||||
...props
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
//TODO: Existing appointments list only refreshes sometimes after modal close. May have to do with the container class.
|
||||
//TODO Existing appointments list only refreshes sometimes after modal close. May have to do with the container class.
|
||||
return (
|
||||
<Modal
|
||||
{...props}
|
||||
@@ -47,7 +47,7 @@ export default function ScheduleJobModalComponent({
|
||||
</Row>
|
||||
|
||||
{
|
||||
//TODO: Build out notifications.
|
||||
//TODO Build out notifications.
|
||||
}
|
||||
<Checkbox
|
||||
defaultChecked={formData.notifyCustomer}
|
||||
|
||||
Reference in New Issue
Block a user