Skip to content

Commit c5be0c7

Browse files
authored
doc(UniverSheet): update documentation remove UnSubscribe call (#6083)
1 parent 863017c commit c5be0c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tutorials/OnlineSheet/OnlineSheet.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ await ToastService.Show(new ToastOption()
7777
ForceDelay = true
7878
});
7979

80-
DispatchService.UnSubscribe(Dispatch);
81-
8280
await _sheetExcel.PushDataAsync(entry.Entry.Data);
8381
}
8482
}

0 commit comments

Comments
 (0)