mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix: add back asset kind variable
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
@@ -0,0 +1,2 @@
|
||||
-- Add up migration script here
|
||||
ALTER TYPE ASSET_KIND ADD VALUE 'variable';
|
||||
@@ -4,7 +4,7 @@ export const NODE = {
|
||||
width: 275,
|
||||
height: 34,
|
||||
gap: {
|
||||
horizontal: 40,
|
||||
horizontal: 50,
|
||||
vertical: 50
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user