|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
607 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.updatePolarOptions = exports.polarOptionsReducer = void 0;
|
|---|
| 7 | var _toolkit = require("@reduxjs/toolkit");
|
|---|
| 8 | var initialState = null;
|
|---|
| 9 | var reducers = {
|
|---|
| 10 | updatePolarOptions: (_state, action) => {
|
|---|
| 11 | return action.payload;
|
|---|
| 12 | }
|
|---|
| 13 | };
|
|---|
| 14 | var polarOptionsSlice = (0, _toolkit.createSlice)({
|
|---|
| 15 | name: 'polarOptions',
|
|---|
| 16 | initialState,
|
|---|
| 17 | reducers
|
|---|
| 18 | });
|
|---|
| 19 | var {
|
|---|
| 20 | updatePolarOptions
|
|---|
| 21 | } = polarOptionsSlice.actions;
|
|---|
| 22 | exports.updatePolarOptions = updatePolarOptions;
|
|---|
| 23 | var polarOptionsReducer = exports.polarOptionsReducer = polarOptionsSlice.reducer; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.