Skip to content

Commit

Permalink
minor fix to save page flag callback inorder to fix watermark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nkan-aot2 authored Dec 9, 2024
1 parent d139a56 commit 05c89ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/FOI/Home/ContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ContextMenu = ({
savePageFlag(
requestId,
flagId,
(data: any, flagid: number) => {
(data: any) => {
if(data.status == true){
const updatedPageFlags = updatePageFlagOnPage(
data.updatedpageflag,
Expand Down

0 comments on commit 05c89ae

Please sign in to comment.