We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dd83d commit 529de2bCopy full SHA for 529de2b
apps/OpenSign/src/pages/Form.js
@@ -1282,18 +1282,18 @@ const Forms = (props) => {
1282
</div>
1283
1284
1285
- {isAdvanceOpt && (
1286
- <div
1287
- onClick={() => setIsAdvanceOpt(!isAdvanceOpt)}
1288
- className={`mt-2.5 op-link op-link-primary text-sm`}
1289
- >
1290
- {t("hide-advanced-options")}
1291
- </div>
1292
- )}
1293
1294
)}
1295
1296
+ {isAdvanceOpt && (
+ <div
+ onClick={() => setIsAdvanceOpt(!isAdvanceOpt)}
+ className={`mt-2.5 op-link op-link-primary text-sm`}
+ >
+ {t("hide-advanced-options")}
+ </div>
+ )}
1297
1298
<div className="flex items-center mt-3 gap-2">
1299
<button
0 commit comments