mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed some provider issues
This commit is contained in:
parent
d46236672d
commit
8a90c50352
6 changed files with 30 additions and 23 deletions
|
@ -41,6 +41,7 @@ export const takeAShot = () => ({ type: ACTIONS.TAKE_A_SHOT });
|
|||
export const cropAShot = payload => ({ type: ACTIONS.CROP_A_SHOT, ...payload });
|
||||
|
||||
export const setProvider = provider => ({ type: ACTIONS.SET_PROVIDER, provider });
|
||||
export const changeProvider = provider => ({ type: ACTIONS.CHANGE_PROVIDER, provider });
|
||||
|
||||
export const setDialog = dialog => ({ type: ACTIONS.SET_DIALOG, dialog });
|
||||
export const setDialogActive = dialog_active => ({ type: ACTIONS.SET_DIALOG_ACTIVE, dialog_active });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue