there are a lot of depending hooks, because of this we will make mutations async in this component. Also renamed some variables to make sure that it makes more sense. handle[xxxx] will be a function that has business logic, on[xxxx] is a receiver for an event
also we were only thinking about updating draft registrations now we will just assume there is one registration
overview
handle[xxxx]
will be a function that has business logic,on[xxxx]
is a receiver for an eventdraft
registrations now we will just assume there is one registration