fix: pass user timezone from app context to the date picker component. (#31831)

Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
GuanMu
2026-02-09 14:10:24 +08:00
committed by yyh
parent a303560b98
commit 63d965bc44
2 changed files with 4 additions and 2 deletions

View File

@ -309,7 +309,7 @@ describe('WorkflowToolConfigureButton', () => {
it('should render loading state when published and fetching details', async () => {
// Arrange
mockFetchWorkflowToolDetailByAppID.mockImplementation(() => new Promise(() => {})) // Never resolves
mockFetchWorkflowToolDetailByAppID.mockImplementation(() => new Promise(() => { })) // Never resolves
const props = createDefaultConfigureButtonProps({ published: true })
// Act