mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-16 13:46:16 +02:00
Wi-Fi settings form
This commit is contained in:
@ -15,7 +15,7 @@ window.AlertContext = React.createContext();
|
||||
function AlertContextMock({ children }) {
|
||||
return (
|
||||
<AlertContext.Provider value={[mockSetAlert, mockDismissAlert]}>
|
||||
{ children }
|
||||
{ children }
|
||||
</AlertContext.Provider>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user