more edl work

This commit is contained in:
Sundog Jones 2024-09-16 16:26:30 -04:00
parent 5f19650e90
commit 884ac05770
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@
body: payload, body: payload,
}) })
.then((response) => { .then((response) => {
console.log("received response from edl_save_button");
if (response.ok) { if (response.ok) {
response.json().then((payload) => { response.json().then((payload) => {
// TODO: repopulate based on returned data // TODO: repopulate based on returned data