From 1c695f9588a8e92f4c057574fc28023fc7f6268b Mon Sep 17 00:00:00 2001 From: "Dr. David A. Kunz" Date: Fri, 31 Jan 2025 13:03:22 +0100 Subject: [PATCH] fix: remove @Core.Immutable --- index.cds | 1 - 1 file changed, 1 deletion(-) diff --git a/index.cds b/index.cds index 05888092..77169e18 100644 --- a/index.cds +++ b/index.cds @@ -42,5 +42,4 @@ annotate Attachments with @UI:{ } { content @Core.ContentDisposition: { Filename: filename, Type: 'inline' } - @Core.Immutable }