Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
const onClickStyle = (value: string) => {
|
||||
if (data.styles.includes(value)) {
|
||||
data.styles = data.styles.filter((v) => v !== value)
|
||||
} else {
|
||||
} else if(data.styles.length < 5){
|
||||
data.styles.push(value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user