mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 19:39:25 +08:00
Implemented AnswerTab for AI Output
This commit is contained in:
@@ -18,7 +18,7 @@ class EditAIRequestPane extends ConsumerWidget {
|
||||
|
||||
return RequestPane(
|
||||
selectedId: selectedId,
|
||||
codePaneVisible: false,
|
||||
codePaneVisible: codePaneVisible,
|
||||
tabIndex: tabIndex,
|
||||
onPressedCodeButton: () {
|
||||
ref.read(codePaneVisibleStateProvider.notifier).state =
|
||||
|
||||
Reference in New Issue
Block a user