mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
Remove border style
This commit is contained in:
@@ -17,19 +17,21 @@ onMounted(() => {
|
||||
dialogStore.showDialog({
|
||||
key: 'issue-report',
|
||||
component: ReportIssuePanel,
|
||||
title: 'Report an issue',
|
||||
dialogComponentProps: {
|
||||
onClose: () => router.push('/')
|
||||
},
|
||||
props: {
|
||||
errorType: 'desktop',
|
||||
defaultFields: ['SystemStats', 'Logs', 'Settings'],
|
||||
extraFields: [
|
||||
{
|
||||
label: 'Desktop Version',
|
||||
value: 'desktopVersion',
|
||||
optIn: false,
|
||||
data: { desktopVersion: '1.4.2' } // electronAPI().getVersion()
|
||||
}
|
||||
]
|
||||
],
|
||||
pt: { root: { class: 'border-none' } }
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user