Fix: Add FeedbackAttachment to routes_shared imports
Missing import caused NameError when creating feedback with screenshots. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
85798a07ae
commit
1a506c0713
@ -52,6 +52,7 @@ from ..models import (
|
|||||||
FeedbackItem,
|
FeedbackItem,
|
||||||
FeedbackVote,
|
FeedbackVote,
|
||||||
FeedbackReply,
|
FeedbackReply,
|
||||||
|
FeedbackAttachment,
|
||||||
NewsItem,
|
NewsItem,
|
||||||
NewsRead,
|
NewsRead,
|
||||||
ReportDefinition,
|
ReportDefinition,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user