We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bac7f2 commit bd139e4Copy full SHA for bd139e4
lib/content_management/bloc/edit_topic/edit_topic_state.dart
@@ -62,7 +62,7 @@ final class EditTopicState extends Equatable {
62
description: description ?? this.description,
63
iconUrl: iconUrl ?? this.iconUrl,
64
contentStatus: contentStatus ?? this.contentStatus,
65
- exception: exception,
+ exception: exception ?? this.exception,
66
updatedTopic: updatedTopic ?? this.updatedTopic,
67
);
68
}
0 commit comments