lml-main
Version:
This is now a mono repository published into many standalone packages.
11 lines • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const cosmoui_1 = require("cosmoui");
exports.MAPS_API_LOADED = 'MAPS_API_LOADED';
exports.MAPS_AUTHENTICATION_ERROR = 'MAPS_AUTHENTICATION_ERROR';
exports.mapsAPILoadedAction = () => ({ type: exports.MAPS_API_LOADED });
exports.mapsAuthErrorAction = () => (dispatch, getState) => {
dispatch({ type: exports.MAPS_AUTHENTICATION_ERROR });
dispatch(cosmoui_1.notificationError('Invalid google maps token - contact support'));
};
//# sourceMappingURL=google.js.map