Prometheus: Frontend library exports (#81909)
* fix components folders for exports * export files in the components folder * export metrics modal and fix exports * export promquail and fix exports * export querybuilder/components and fix exports * export querybuilder * main index file exports * run prettier
This commit is contained in:
@@ -15,11 +15,11 @@ export function PromQueryEditorForAlerting(props: PromQueryEditorProps) {
|
||||
history={[]}
|
||||
range={range}
|
||||
data={data}
|
||||
data-testid={testIds.editor}
|
||||
data-testid={alertingTestIds.editor}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export const testIds = {
|
||||
export const alertingTestIds = {
|
||||
editor: 'prom-editor-cloud-alerting',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user