Add forms plugin to issue report component (#2302)

This commit is contained in:
bymyself
2025-01-20 18:20:59 -07:00
committed by GitHub
parent b42516d39c
commit ed6ece2099
10 changed files with 466 additions and 300 deletions

View File

@@ -548,9 +548,9 @@ export function useCoreCommands(): ComfyCommand[] {
function: () => {
dialogService.showIssueReportDialog({
title: t('g.feedback'),
subtitle: t('issueReport.feedbackTitle'),
panelProps: {
errorType: 'Feedback',
title: t('issueReport.feedbackTitle'),
defaultFields: ['SystemStats', 'Settings']
}
})