Fix formatting

This commit is contained in:
Dominik Reh
2022-12-19 10:32:47 +01:00
parent 73c3424ab3
commit 3d1ca6893a

View File

@@ -35,8 +35,8 @@ function getTextAreas() {
} else { // Otherwise, we have to find the text areas by their adjacent labels
let base = gradioApp().querySelector(entry.base);
// Safety check
if (!base) continue;
// Safety check
if (!base) continue;
let allTextAreas = [...base.querySelectorAll("textarea")];