mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Refactor AlertNoteTemplateViews component and create AlertNoteTemplateView component
This commit is contained in:
parent
b151eaace7
commit
7a052d69d0
@ -57,7 +57,7 @@ const SettingsIngestionKeyView: LazyExoticComponent<
|
||||
const AlertNoteTemplateView: LazyExoticComponent<
|
||||
FunctionComponent<ComponentProps>
|
||||
> = lazy(() => {
|
||||
return import("../Pages/Settings/AlertNoteTemplateViews");
|
||||
return import("../Pages/Settings/AlertNoteTemplateView");
|
||||
});
|
||||
|
||||
const SettingLabels: LazyExoticComponent<FunctionComponent<ComponentProps>> =
|
||||
|
Loading…
Reference in New Issue
Block a user