Merge pull request #13274 from Budibase/fix-duplicate-enum

Fix duplicate enum value.
This commit is contained in:
Sam Rose 2024-03-18 12:03:17 +00:00 committed by GitHub
commit 891ae41a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export enum InternalTemplateBinding {
RESET_URL = "resetUrl",
RESET_CODE = "resetCode",
INVITE_URL = "inviteUrl",
INVITE_CODE = "inviteUrl",
INVITE_CODE = "inviteCode",
CONTENTS = "contents",
}