(newConfig: string)
| 49 | } |
| 50 | |
| 51 | const handleSaveConfig = async (newConfig: string) => { |
| 52 | await pluginStore.changeConfig(pluginID, newConfig); |
| 53 | await refreshFeatures(); |
| 54 | }; |
| 55 | |
| 56 | return ( |
| 57 | <DefaultPage title={pluginInfo.name} maxWidth={1000}> |
nothing calls this directly
no test coverage detected
searching dependent graphs…