Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -33,7 +33,7 @@ export default function NoteUpsertModalContainer({
|
||||
insertNote({
|
||||
variables: {
|
||||
noteInput: [
|
||||
{ ...noteState, jobid: jobId, created_by: "patrick@bodyshop.app" } //TODO: Fix the created by.
|
||||
{ ...noteState, jobid: jobId, created_by: "patrick@bodyshop.app" } //TODO Fix the created by.
|
||||
]
|
||||
}
|
||||
}).then(r => {
|
||||
|
||||
Reference in New Issue
Block a user