mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-27 03:09:10 -06:00
fix: display creation (#3034)
This commit is contained in:
committed by
GitHub
parent
30e6316e16
commit
d84146fd88
@@ -84,11 +84,7 @@ export const updateDisplay = async (
|
||||
},
|
||||
}),
|
||||
...(displayInput.responseId && {
|
||||
response: {
|
||||
connect: {
|
||||
id: displayInput.responseId,
|
||||
},
|
||||
},
|
||||
responseId: displayInput.responseId,
|
||||
}),
|
||||
};
|
||||
const display = await prisma.display.update({
|
||||
|
||||
Reference in New Issue
Block a user