This commit is contained in:
Jake Kasper
2025-08-26 07:21:53 -05:00
parent f1705b7857
commit 0e7f6c32f4

View File

@@ -386,6 +386,7 @@ const Applications = () => {
onClose={() => { onClose={() => {
setShowPlanForm(false); setShowPlanForm(false);
setEditingPlan(null); setEditingPlan(null);
setSelectedPropertyDetails(null);
}} }}
properties={properties} properties={properties}
products={products} products={products}