Fix deletions
This commit is contained in:
parent
385989eca4
commit
29eaeacc4c
|
@ -44,6 +44,10 @@ export async function processOutputBBReferences(
|
|||
value: string,
|
||||
subtype: FieldSubtype
|
||||
) {
|
||||
if (typeof value !== "string") {
|
||||
return value
|
||||
}
|
||||
|
||||
const result = []
|
||||
|
||||
switch (subtype) {
|
||||
|
|
Loading…
Reference in New Issue