rstrom1763 / Client-Photos

1 stars 1 forks source link

Check for unsaved picks before POST #69

Open rstrom1763 opened 9 months ago

rstrom1763 commented 9 months ago

When a user clicks save, check to see if there is actually any unsaved picks. This will save from unneeded requests to the backend. If there are no changes, there is no need to actually make a request.