Remove default

This commit is contained in:
HaveAGitGat 2024-05-20 09:53:53 +01:00
parent ee4fcfc207
commit 5595f3ad12

View file

@ -22,7 +22,7 @@ const details = (): IpluginDetails => ({
label: 'Variable',
name: 'variable',
type: 'string',
defaultValue: '{{{args.librarySettings._id}}}',
defaultValue: '',
inputUI: {
type: 'text',
},