feat(content-flagging): Add flagged state handling to ContentFlaggedField component and integrate autosave support for moderation workflows

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-27 16:32:17 -08:00
parent 87e41f82fb
commit e97297ef58
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* ContentFlaggedField - Composable wrapper for content flagging
*
@ -283,4 +284,3 @@ const AnalyzingDot = styled.span`
}
`
export default ContentFlaggedField

View file

@ -284,6 +284,4 @@ export function useAutosaveWithFlagging(
save,
reset,
}
}
export default useAutosaveWithFlagging
}