Skip to content

Commit

Permalink
add console log
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorITdev committed Jul 16, 2024
1 parent 8414a5b commit 47984c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/hpc-ftsadmin/src/app/components/flow-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ const FLOWVALUESFORDISPLAY_TYPES = [
let parentValue = '';

export const FlowForm = (props: Props) => {
console.log('Test-------->>>');
const {
currentVersionData,
initialValue,
Expand Down

0 comments on commit 47984c2

Please sign in to comment.