Skip to content

Commit 65e7f99

Browse files
committed
fix: remove extra comma in RunTestConfiguration component props
1 parent f99ddba commit 65e7f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/observe/api_collections/RunTestConfiguration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SingleDate from "../../../components/layouts/SingleDate";
55
import func from "@/util/func"
66
import DropdownSearch from '../../../components/shared/DropdownSearch';
77

8-
const RunTestConfiguration = ({ testRun, setTestRun, runTypeOptions, hourlyTimes, testRunTimeOptions, testRolesArr, maxConcurrentRequestsOptions, slackIntegrated, generateLabelForSlackIntegration,getLabel, timeFieldsDisabled, teamsTestingWebhookIntegrated, generateLabelForTeamsIntegration, , isHybridTestingEnabled, miniTestingServiceNames, jiraProjectMap}) => {
8+
const RunTestConfiguration = ({ testRun, setTestRun, runTypeOptions, hourlyTimes, testRunTimeOptions, testRolesArr, maxConcurrentRequestsOptions, slackIntegrated, generateLabelForSlackIntegration,getLabel, timeFieldsDisabled, teamsTestingWebhookIntegrated, generateLabelForTeamsIntegration, isHybridTestingEnabled, miniTestingServiceNames, jiraProjectMap}) => {
99
const reducer = (state, action) => {
1010
switch (action.type) {
1111
case "update":

0 commit comments

Comments
 (0)