-
Notifications
You must be signed in to change notification settings - Fork 12.2k
fix: remove header bug #26438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove header bug #26438
Changes from 4 commits
b21a811
e26484e
48927e6
09e9553
760d047
5ee6d8d
5a5a553
2d1c939
17cc8b8
1ff3eb4
623dba8
1028740
79d2a14
81c00c1
f15865c
b12d7ca
08b476c
864c78b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -366,12 +366,11 @@ function OutOfOfficeEntriesListContent({ | |
| rowClassName={selectedTab === OutOfOfficeTab.MINE ? "hidden" : ""} | ||
| table={table} | ||
| isPending={isPending} | ||
| hasNextPage={hasNextPage} | ||
| fetchNextPage={fetchNextPage} | ||
| isFetching={isFetching} | ||
| totalRowCount={totalRowCount} | ||
| tableContainerRef={tableContainerRef} | ||
| paginationMode="infinite" | ||
| paginationMode="standard" | ||
| headerClassName="hidden" | ||
| variant="compact" | ||
|
||
| ToolbarLeft={ | ||
| <> | ||
| <DataTableToolbar.SearchBar /> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.