Skip to content

Commit

Permalink
Comment out code to pass build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyu824 committed Sep 23, 2024
1 parent ba97626 commit 544c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tapis-ui/components/jobs/JobLauncher/steps/AppArgs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ArgField: React.FC<ArgFieldProps> = ({
inputMode,
notes,
}) => {
const [nameField] = useField(name);
// const [nameField] = useField(name);
const [descriptionField] = useField(`${name}.description`);

return (
Expand Down

0 comments on commit 544c107

Please sign in to comment.