IO-3464 Document Edit

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2025-12-18 11:22:28 -08:00
parent c675a328a8
commit dfe0afd4f3
4 changed files with 56 additions and 41 deletions

View File

@@ -190,7 +190,7 @@ export function JobsDocumentsLocalGallery({
key="edit"
onClick={() => {
const newWindow = window.open(
`${window.location.protocol}//${window.location.host}/edit-local?imageUrl=${
`${window.location.protocol}//${window.location.host}/edit?imageUrl=${
jobMedia.images[modalState.index].fullsize
}&filename=${jobMedia.images[modalState.index].filename}&jobid=${job.id}`,
"_blank",