Skip to content

Commit

Permalink
Fix by code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest committed Dec 1, 2023
1 parent 675c407 commit e740bed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const JobWizardAdvanced = ({ formState, stepIsActive }) => {
<div className="form-row form-table-title">Secrets</div>
<div className="form-row">
<FormKeyValueTable
actionButtonId="add-secret"
addNewItemLabel="Add secret"
defaultKey="file"
exitEditModeTriggerItem={stepIsActive}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const JobWizardResources = ({ formState, frontendSpec, stepIsActive }) => {
<div className="form-row form-table-title">Node selection</div>
<div className="form-row">
<FormKeyValueTable
actionButtonId="add-node-selector"
addNewItemLabel="Add node selector"
exitEditModeTriggerItem={stepIsActive}
fieldsPath={`${RESOURCES_STEP}.nodeSelectorTable`}
Expand Down

0 comments on commit e740bed

Please sign in to comment.