Seems like the updateSetblock mutation isn't being called properly since the setblockId is undefined:
I went to the SchedulePage, clicked on the edit icon for Setblock 4 to change the Description from "Administrative" to "Administrative/Governance", then clicked Ready, then clicked Submit, then refreshed the page, then clicked on the edit icon for Setblock 4 again to check if the description updated
I expected to see the new entry "Administrative/Governance" and instead I saw "Administrative"
Seems like the
updateSetblock
mutation isn't being called properly since thesetblockId
is undefined:I went to the SchedulePage, clicked on the edit icon for Setblock 4 to change the Description from "Administrative" to "Administrative/Governance", then clicked Ready, then clicked Submit, then refreshed the page, then clicked on the edit icon for Setblock 4 again to check if the description updated
I expected to see the new entry "Administrative/Governance" and instead I saw "Administrative"