Skip to content

Commit 1707271

Browse files
committed
fix(content_management): add updatedHeadline property to EditHeadlineState
1 parent 2e0fbad commit 1707271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/content_management/bloc/edit_headline/edit_headline_state.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ final class EditHeadlineState extends Equatable {
3333
this.categories = const [],
3434
this.contentStatus = ContentStatus.active,
3535
this.errorMessage,
36+
this.updatedHeadline,
37+
3638
});
3739

3840
final EditHeadlineStatus status;

0 commit comments

Comments
 (0)