Skip to content

Commit 186c54f

Browse files
committed
code tag
1 parent 3907427 commit 186c54f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/sim/blocks/blocks/tinybird.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const TinybirdBlock: BlockConfig<TinybirdResponse> = {
5252
{
5353
id: 'data',
5454
title: 'Data',
55-
type: 'long-input',
55+
type: 'code',
5656
placeholder:
5757
'{"event": "click", "timestamp": "2024-01-01T12:00:00Z"}\n{"event": "view", "timestamp": "2024-01-01T12:00:01Z"}',
5858
condition: { field: 'operation', value: 'tinybird_events' },
@@ -96,7 +96,7 @@ export const TinybirdBlock: BlockConfig<TinybirdResponse> = {
9696
{
9797
id: 'query',
9898
title: 'SQL Query',
99-
type: 'long-input',
99+
type: 'code',
100100
placeholder: 'SELECT * FROM my_pipe FORMAT JSON\nOR\nSELECT * FROM my_pipe FORMAT CSV',
101101
condition: { field: 'operation', value: 'tinybird_query' },
102102
required: true,

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)