Skip to content

Commit ed14ffb

Browse files
slack notification format changed
1 parent 255ccbb commit ed14ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedback/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def format_notification_message(self):
5656
"""
5757
Returns a formatted notification message containing details from this Feedback instance.
5858
"""
59-
dropdown_option_text = self.dropdown_option.name if self.dropdown_option else "Not Specified"
59+
dropdown_option_text = self.dropdown_option.name if self.dropdown_option else "No Option Selected"
6060
notification_message = (
6161
f"<!here> New Feedback Received : \n" # noqa: E203
6262
f"Name: {self.name}\n"

0 commit comments

Comments
 (0)