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:
parent
87e41f82fb
commit
e97297ef58
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* ContentFlaggedField - Composable wrapper for content flagging
|
||||
*
|
||||
|
|
@ -283,4 +284,3 @@ const AnalyzingDot = styled.span`
|
|||
}
|
||||
`
|
||||
|
||||
export default ContentFlaggedField
|
||||
|
|
|
|||
|
|
@ -284,6 +284,4 @@ export function useAutosaveWithFlagging(
|
|||
save,
|
||||
reset,
|
||||
}
|
||||
}
|
||||
|
||||
export default useAutosaveWithFlagging
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue