refactor code

This commit is contained in:
RaktimaNXG
2024-10-21 17:20:28 +05:30
parent 3c63db8c9c
commit 1715b39629
@@ -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
);