Skip to content

Commit c831f83

Browse files
authored
Merge pull request #2474 from akto-api-security/hotfix/fix_name
fix naming
2 parents 52d9725 + 266e294 commit c831f83

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/TestRoleSettings/AuthComponent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import HardCoded from '../user_config/HardCoded';
2121
import JsonRecording from '../user_config/JsonRecording';
2222
import Dropdown from '../../../components/layouts/Dropdown';
2323
import TlsAuth from '../user_config/TlsAuth';
24-
import { HARDCODED, LOGIN_REQUEST, TLS_AUTH } from "./testRoleConstants";
24+
import { HARDCODED, LOGIN_REQUEST, TLS_AUTH } from "./TestRoleConstants";
2525

2626

2727

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/TestRoleSettings/SavedParamComponent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from "react";
22
import { LegacyCard, Text, Divider, VerticalStack } from "@shopify/polaris";
33
import ParamsCard from "./ParamsCard";
44
import DeleteModal from "./DeleteModal";
5-
import { HARDCODED, LOGIN_REQUEST, TLS_AUTH } from "./testRoleConstants";
5+
import { HARDCODED, LOGIN_REQUEST, TLS_AUTH } from "./TestRoleConstants";
66

77

88
const SavedParamComponent = ({
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
export const HARDCODED = "HARDCODED"
42
export const LOGIN_REQUEST = "LOGIN_REQUEST"
53
export const TLS_AUTH = "TLS_AUTH"

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/TestRoleSettings/TestRoleSettings.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TestingStore from '../testingStore';
1212
import DescriptionCard from "./DescriptionCard";
1313
import AuthComponent from "./AuthComponent";
1414
import SavedParamComponent from "./SavedParamComponent";
15-
import { HARDCODED } from "./testRoleConstants";
15+
import { HARDCODED } from "./TestRoleConstants";
1616

1717
const selectOptions = [
1818
{

0 commit comments

Comments
 (0)