aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r--Source/TableContent.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 1e470112..6492b09d 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -436,6 +436,9 @@
*/
- (IBAction)reloadTableValues:(id)sender
{
+ // If no table is selected return
+ if (!selectedTable) return;
+
NSString *queryString;
MCPResult *queryResult;