Commit 1f953299 authored by Chunchi Che's avatar Chunchi Che

fix small

parent f41155d8
Pipeline #21528 passed with stages
in 12 minutes and 11 seconds
......@@ -14,4 +14,5 @@ export const clearSelectActions = () => {
selectCardActions.mustSelects = [];
selectCardActions.finishAble = false;
selectCardActions.overflow = false;
selectCardActions.single = undefined;
};
......@@ -25,7 +25,7 @@ export const SelectActionsModal = () => {
const isOpen = snap.isOpen;
const isChain = snap.isChain;
const min = snap.min ?? 0;
const max = snap.max ?? 10;
const max = snap.max ?? 0;
const single = snap.single ?? false;
const selecteds = snap.selecteds;
const selectables = snap.selectables;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment