Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 16, 2024
1 parent bb98caa commit dc2cf44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const HeaderComp = ({ title,styles = {} }) => {
// Merge default styles with the custom styles passed as a prop
const mergedStyles = { ...defaultStyles, ...styles };

console.log("styles",mergedStyles)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const UICustomizations = {
}
)
})
debugger;

return roles
},
},
Expand Down

0 comments on commit dc2cf44

Please sign in to comment.