@@ -392,11 +392,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
392392
393393 </div >
394394 <div
395- style =" width :430px ;height :320 px ;position :sticky ;top :0 "
395+ style =" width :430px ;height :100 % ;position :sticky ;top :0 "
396396class =" col-2"
397397 >
398398 <preview-alert
399- style =" border :1px solid #ececec ;height :300 px ;width :430px ;"
399+ style =" border :1px solid #ececec ;height :100 % ;width :430px ;"
400400ref =" previewAlertRef"
401401:formData =" formData"
402402:query =" previewQuery"
@@ -1539,6 +1539,13 @@ export default defineComponent({
15391539// When user updated query and click on save
15401540await new Promise ((resolve )=> setTimeout (resolve ,500 ));
15411541
1542+ // Ensure all accordion sections are expanded before validation
1543+ this .expandState .alertSetup = true ;
1544+ this .expandState .queryMode = true ;
1545+ this .expandState .thresholds = true ;
1546+ this .expandState .realTimeMode = true ;
1547+ this .expandState .advancedSetup = true ;
1548+ await nextTick ();// Wait for DOM to update with all expanded sections
15421549
15431550if (
15441551this .formData .is_real_time == " false" &&