feat(dropbox): elaborate on argument label

This commit is contained in:
Ali BARIN
2023-04-07 12:12:30 +00:00
parent 5d2134db56
commit f219c87a9e

View File

@@ -7,7 +7,7 @@ export default defineAction({
description: 'Rename a file with the given file path and new name',
arguments: [
{
label: 'File',
label: 'File Path',
key: 'filePath',
type: 'string' as const,
required: true,