summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 14:09:11 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commita68465cfdc7842ac22e5ad96bea52062feb8fc97 (patch)
treea842bd0662e60b28eb0a9e6eeddbf1668232bf69
parentb2cdb562af05cb13493232c547dea95f22733c54 (diff)
table v1v0.0.3
-rw-r--r--table.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.proto b/table.proto
index d3b76cf..c841262 100644
--- a/table.proto
+++ b/table.proto
@@ -10,7 +10,7 @@ import "widget.proto"; // Import the well-known type for Timestamp
message StringRow {
- string header = 1; //
+ Widget header = 1; //
repeated string vals = 2; //
repeated Widget widgets = 3; //
}