Skip to content

Commit

Permalink
task/WP-288-QueueFilter-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Grafft committed Oct 18, 2023
1 parent bb88297 commit fb3c323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/Applications/AppForm/AppForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const appShape = PropTypes.shape({
coresPerNode: PropTypes.number,
maxMinutes: PropTypes.number,
tags: PropTypes.arrayOf(PropTypes.string),
queueFilter: PropTypes.arrayOf(PropTypes.string),
}),
systemNeedsKeys: PropTypes.bool,
pushKeysSystem: PropTypes.shape({}),
Expand Down Expand Up @@ -269,7 +268,6 @@ export const AppSchemaForm = ({ app }) => {
appId: app.definition.id,
appVersion: app.definition.version,
execSystemId: app.definition.jobAttributes.execSystemId,
queueFilter: app.definition.notes.queueFilter,
};

let missingAllocation = false;
Expand Down

0 comments on commit fb3c323

Please sign in to comment.