mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
typescripted all the modules
This commit is contained in:
parent
098b2ce281
commit
5699a7abb7
9 changed files with 224 additions and 298 deletions
|
@ -11,7 +11,6 @@ import {
|
|||
import {
|
||||
hideRenderer,
|
||||
searchPutRoutes,
|
||||
searchSetDistance,
|
||||
searchSetLoading,
|
||||
setActiveSticker,
|
||||
setAddress,
|
||||
|
@ -32,7 +31,6 @@ import {
|
|||
setAddressOrigin,
|
||||
setProvider,
|
||||
changeProvider,
|
||||
openMapDialog,
|
||||
setSaveLoading,
|
||||
mapsSetShift, searchChangeDistance,
|
||||
} from '$redux/user/actions';
|
||||
|
@ -246,7 +244,7 @@ function* setActiveStickerSaga({ activeSticker }: { type: string, activeSticker:
|
|||
return true;
|
||||
}
|
||||
|
||||
function* setLogoSaga({ logo }: { type: string, logo: keyof ILogos }) {
|
||||
function* setLogoSaga({ logo }: { type: string, logo: string }) {
|
||||
const { mode } = yield select(getState);
|
||||
editor.logo = logo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue