Canceling join request now actually changes the status to cancelled so trying to join same RequestToJoin whiteboard with code manually doesnt fail due to status being Pending
This commit is contained in:
@@ -113,6 +113,7 @@ export const useWhiteboardStore = defineStore('whiteboard', () => {
|
||||
whiteboardHubService.onAccepted(() => {
|
||||
const infoStore = useWhiteboardsStore()
|
||||
infoStore.stopWaitingToJoin()
|
||||
isLoading.value = false
|
||||
})
|
||||
|
||||
whiteboardHubService.onRejected(() => {
|
||||
|
||||
Reference in New Issue
Block a user