Skip to content

Commit 42d0182

Browse files
fix: correct tabler icon for functions
1 parent f374e82 commit 42d0182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/draco_rest/functions/rest_control_respond.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"content": "Sends response with status ${http_status_code} and payload ${payload}"
8282
}
8383
],
84-
"displayIcon": "tabler:cube-sent",
84+
"displayIcon": "tabler:cube-send",
8585
"signature": "<T>(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void",
8686
"linkedDataTypeIdentifiers": [
8787
"HTTP_STATUS_CODE",

definitions/draco_rest/runtime_functions/rest_control_respond.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"content": "Sends response with status ${http_status_code} and payload ${payload}"
8181
}
8282
],
83-
"displayIcon": "tabler:cube-sent",
83+
"displayIcon": "tabler:cube-send",
8484
"signature": "<T>(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void",
8585
"linkedDataTypeIdentifiers": [
8686
"HTTP_STATUS_CODE",

0 commit comments

Comments
 (0)