Merge commit '2a5690772af8fcd121b257dd0b0ba606c57be47a'

This commit is contained in:
burnettk 2022-10-19 15:25:27 -04:00
commit 0d9aabcee4
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ export default function ProcessModelNew() {
display_name: displayName,
description: displayName,
process_group_id: params.process_group_id,
is_master_spec: false,
standalone: false,
library: false,
},
});
};