-
- Downloads
fix(cache): Fix two bugs in Admin / Performance (#44255)
Ensures that minimum query durations are correctly displayed in the form post-save (#44249) and that all times can be used in the Schedule component (#44257)
Showing
- enterprise/frontend/src/metabase-enterprise/caching/components/InvalidateNowButton.tsx 5 additions, 32 deletions...ase-enterprise/caching/components/InvalidateNowButton.tsx
- frontend/src/metabase/admin/performance/components/StrategyEditorForDatabases.styled.tsx 1 addition, 1 deletion...formance/components/StrategyEditorForDatabases.styled.tsx
- frontend/src/metabase/admin/performance/components/StrategyEditorForDatabases.tsx 1 addition, 1 deletion...min/performance/components/StrategyEditorForDatabases.tsx
- frontend/src/metabase/admin/performance/components/StrategyForm.tsx 15 additions, 3 deletions...rc/metabase/admin/performance/components/StrategyForm.tsx
- frontend/src/metabase/admin/performance/hooks/useInvalidateTarget.tsx 47 additions, 0 deletions.../metabase/admin/performance/hooks/useInvalidateTarget.tsx
- frontend/src/metabase/admin/performance/hooks/useSaveStrategy.tsx 11 additions, 2 deletions.../src/metabase/admin/performance/hooks/useSaveStrategy.tsx
- frontend/src/metabase/admin/performance/utils.tsx 24 additions, 5 deletionsfrontend/src/metabase/admin/performance/utils.tsx
- frontend/src/metabase/admin/performance/utils.unit.spec.ts 50 additions, 0 deletionsfrontend/src/metabase/admin/performance/utils.unit.spec.ts
- frontend/src/metabase/components/Schedule/components.tsx 6 additions, 1 deletionfrontend/src/metabase/components/Schedule/components.tsx
- frontend/src/metabase/components/Schedule/utils.tsx 0 additions, 2 deletionsfrontend/src/metabase/components/Schedule/utils.tsx
Please register or sign in to comment