Restyle missing model warning dialog (#1354)

* Restyle missing model dialog

* nit

* nit

* nit

* nit
This commit is contained in:
Chenlei Hu
2024-10-29 09:26:02 -04:00
committed by GitHub
parent 739ebd3d04
commit 87517daf1f
3 changed files with 88 additions and 120 deletions

View File

@@ -32,10 +32,7 @@ export function showMissingModelsWarning(props: {
const dialogStore = useDialogStore()
dialogStore.showDialog({
component: MissingModelsWarning,
props,
dialogComponentProps: {
maximizable: true
}
props
})
}