fix
This commit is contained in:
@@ -54,7 +54,7 @@ const updateStyle = ({item,index})=>{
|
||||
|
||||
const toProduct = ()=>{
|
||||
console.log(generateStore.style)
|
||||
if(generateStore.style.id == -1 && !generateStore.style.oldId){
|
||||
if(!generateStore.style.id && !generateStore.style.oldId){
|
||||
showNotify({ message: 'Please select a style.', type:'warning' });
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user