bug: enable creating a new card with mulitple labels
This commit is contained in:
@@ -41,7 +41,7 @@ export const getAllByPublicIds = async (
|
||||
const { data } = await db
|
||||
.from("label")
|
||||
.select(`id`)
|
||||
.eq("publicId", labelPublicIds);
|
||||
.in("publicId", labelPublicIds);
|
||||
|
||||
return data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user