diff --git a/chatgptxblock/chatgptxblock.py b/chatgptxblock/chatgptxblock.py index 2ffe019..29a3644 100644 --- a/chatgptxblock/chatgptxblock.py +++ b/chatgptxblock/chatgptxblock.py @@ -24,7 +24,6 @@ class ChatgptXBlock(StudioEditableXBlockMixin, XBlock): display_name = String( display_name="Display Name", help="Display name for this module", - default=xblock_settings.get("display_name"), scope=Scope.settings, )