We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fb1e4 commit f60fdc5Copy full SHA for f60fdc5
DeskThingServer/src/renderer/src/overlays/settings/AppSettings.tsx
@@ -24,7 +24,7 @@ const AppsSettings: React.FC = () => {
24
))}
25
</div>
26
<div className="flex-1 overflow-y-auto">
27
- {selectedApp && <AppSettings key={selectedApp.name} app={selectedApp} />}
+ {selectedApp && <AppSettings key={selectedApp.name} app={selectedApp} onClose={() => {}} />}
28
29
30
)
0 commit comments