fixed ts build error
This commit is contained in:
parent
4935c0674f
commit
258900db12
@ -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