revert default action type
This commit is contained in:
parent
e8e446ce16
commit
521e90264e
|
|
@ -40,7 +40,7 @@ export const _ = {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!action) action = { type: "check" };
|
// if(!action) action = { type: "check" };
|
||||||
|
|
||||||
switch (action.type) {
|
switch (action.type) {
|
||||||
case "check":
|
case "check":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue