From 22e8a87d1eb3faa87f213da80bc4d221e20db2f4 Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Mon, 10 Jun 2024 14:16:04 +0200
Subject: [PATCH] Issue #3453324 by calebtr, catch: core.libraries.yml
 mis-implements moved_files syntax

---
 core/core.libraries.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/core.libraries.yml b/core/core.libraries.yml
index b575fab14451..8f9f90944c7b 100644
--- a/core/core.libraries.yml
+++ b/core/core.libraries.yml
@@ -770,10 +770,11 @@ drupal.tableheader:
       deprecation_link: https://www.drupal.org/node/3440477
       css:
         component:
-          css/components/sticky-header.module.css: misc/components/sticky-header.module.css
+          css/components/sticky-header.module.css:
+            component: misc/components/sticky-header.module.css
       js:
         misc/tableheader.js: false
-        
+
 drupal.tableresponsive:
   version: VERSION
   js:
-- 
GitLab