Update main_app.py
Browse files- main_app.py +1 -1
main_app.py
CHANGED
@@ -1045,7 +1045,7 @@ def _(mo, client):
|
|
1045 |
if client:
|
1046 |
# First, get all specs data once
|
1047 |
specs_df = client.software_specifications.list()
|
1048 |
-
elif
|
1049 |
specs_df = client.software_specifications.list()
|
1050 |
else:
|
1051 |
specs_df = None
|
|
|
1045 |
if client:
|
1046 |
# First, get all specs data once
|
1047 |
specs_df = client.software_specifications.list()
|
1048 |
+
elif get_selection_table_status() is not None and get_selection_table_status() > 0:
|
1049 |
specs_df = client.software_specifications.list()
|
1050 |
else:
|
1051 |
specs_df = None
|