mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-07 02:07:40 +02:00
refactor code
This commit is contained in:
@@ -856,7 +856,6 @@ function PlaceHolderSign() {
|
||||
if (prefillPlaceholder) {
|
||||
prefillPlaceholder.map((data) => {
|
||||
if (!isLabel) {
|
||||
// isLabel = data.pos.some((position) => !position.options.response);
|
||||
const unfilledTextWidgets = data.pos.find(
|
||||
(position) => !position.options.response
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user