Skip to content

Commit

Permalink
Merge pull request #45 from yinstardev/Staging-29Feb2024
Browse files Browse the repository at this point in the history
Staging 29 feb2024
  • Loading branch information
yinstardev authored Feb 29, 2024
2 parents 8ca91df + 1eb59c2 commit 63da945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/DashboardPages/SupportCentralLiveboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ export const SupportCentralLiveboardPage: React.FC = () => {
}, []);

useEffect(() => {
setPreRenderID('support-central-lb');
const fetchFiltersAndTabs = async () => {
const { filters, tabs } = await getFilterAndTabs();
setAccountNames(filters.accountNames);
setCaseNumbers(filters.caseNumbers);
setSelectedTabs(tabs);
setPreRenderID('support-central-lb' + selectedTabs.join());

setEditAccountNames(filters.accountNames);
setEditCaseNumbers(filters.caseNumbers);
Expand Down Expand Up @@ -327,6 +327,7 @@ export const SupportCentralLiveboardPage: React.FC = () => {
]}
visibleTabs={tabIdsForVisibleTabs}
// onLiveboardRendered={handleRendered}
// usePrerenderedIfAvailable={true}
preRenderId={preRenderID}
customizations={{
style: {
Expand Down

0 comments on commit 63da945

Please sign in to comment.