mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-19 00:17:00 +00:00
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
|
|
// UI side feature flag
|
||
|
|
export const showNewCreateAlertsPage = (): boolean =>
|
||
|
|
localStorage.getItem('showNewCreateAlertsPage') === 'true';
|