Fix props pane

This commit is contained in:
space-nuko
2023-05-20 23:13:31 -05:00
parent ee97bd43bc
commit 3aad259869
5 changed files with 261 additions and 171 deletions

View File

@@ -548,6 +548,13 @@ const ALL_ATTRIBUTES: AttributesSpecList = [
},
// Workflow
{
name: "title",
type: "string",
location: "workflow",
editable: true,
defaultValue: "New Workflow"
},
{
name: "queuePromptButtonName",
type: "string",