From 347cab9e37b37cd3052ef48ab8df2fcbf7751961 Mon Sep 17 00:00:00 2001 From: Scott Cranfill Date: Sun, 31 Oct 2021 13:04:55 -0400 Subject: [PATCH] TypedTableBlock: Add aria-expanded attribute to add new column button --- .../__snapshots__/typed_table_block.test.js.snap | 4 ++-- .../contrib/typed_table_block/typed_table_block.js | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/entrypoints/contrib/typed_table_block/__snapshots__/typed_table_block.test.js.snap b/client/src/entrypoints/contrib/typed_table_block/__snapshots__/typed_table_block.test.js.snap index a30348af56..741f6c6859 100644 --- a/client/src/entrypoints/contrib/typed_table_block/__snapshots__/typed_table_block.test.js.snap +++ b/client/src/entrypoints/contrib/typed_table_block/__snapshots__/typed_table_block.test.js.snap @@ -8,11 +8,11 @@ exports[`wagtail.contrib.typed_table_block.blocks.TypedTableBlock it renders cor
-
`); $(newHeaderCell).append(prependColumnButton);