fixed ts build error
This commit is contained in:
parent
c1ad86e775
commit
1100a154b0
@ -47,7 +47,7 @@ export default function EditSearchForm(props: {
|
|||||||
if(!defaultParams){
|
if(!defaultParams){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const tags = []
|
const tags:Id[][] = []
|
||||||
|
|
||||||
if(defaultParams.tags){
|
if(defaultParams.tags){
|
||||||
defaultParams.tags.forEach(it=>{
|
defaultParams.tags.forEach(it=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user