File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
redisinsight/ui/src/pages/rdi/pipeline-management/pages/config Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
2626import { FileChangeType } from 'uiSrc/slices/interfaces'
2727import {
2828 addErrorNotification ,
29- IAddInstanceErrorPayload ,
29+ type IAddInstanceErrorPayload ,
3030} from 'uiSrc/slices/app/notifications'
3131import Config from './Config'
3232
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ import {
3131import { appContextPipelineManagement } from 'uiSrc/slices/app/context'
3232import { createAxiosError , isEqualPipelineFile , yamlToJson } from 'uiSrc/utils'
3333
34- import { addErrorNotification , IAddInstanceErrorPayload } from 'uiSrc/slices/app/notifications'
34+ import {
35+ addErrorNotification ,
36+ type IAddInstanceErrorPayload ,
37+ } from 'uiSrc/slices/app/notifications'
3538import { PrimaryButton } from 'uiSrc/components/base/forms/buttons'
3639import { Text } from 'uiSrc/components/base/text'
3740
@@ -179,7 +182,7 @@ const Config = () => {
179182 className = { cx ( 'rdi__editorWrapper' , 'rdi__loading' ) }
180183 data-testid = "rdi-config-loading"
181184 >
182- < Loader color = "secondary" size = "l" loaderText = ' Loading data...' />
185+ < Loader color = "secondary" size = "l" loaderText = " Loading data..." />
183186 </ div >
184187 ) : (
185188 < MonacoYaml
You can’t perform that action at this time.
0 commit comments