Skip to content

Commit

Permalink
Add missing icon to Excel DataLink schema (#9370)
Browse files Browse the repository at this point in the history
I forgot to do this in the previous PR #9346, so following up.
  • Loading branch information
radeusgd authored Mar 11, 2024
1 parent 29784de commit c401694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ide-desktop/lib/dashboard/src/data/dataLinkSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@
"properties": {
"type": { "const": "workbook", "type": "string" },
"defaultSheet": {
"title": "Default sheet",
"title": "Default sheet ℹ️",
"$comment": "I want the title to be 'Default sheet (for writing)' to make it clear without hovering, but then the label is too wide. Can we make the modal wider?",
"description": "The default sheet used when writing a table to this data link.",
"description": "The default sheet used when writing a table to the workbook that this data link points to.",
"type": "string",
"minLength": 1,
"default": "EnsoSheet"
Expand Down

0 comments on commit c401694

Please sign in to comment.