diff --git a/.claude/settings.json b/.claude/settings.json
index b0b834f9..4f66b6fc 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -2,8 +2,8 @@
"permissions": {
"allow": [
"mcp__grep__*",
- "mcp__plugin_context7_*",
- "mcp__plugin_chrome-devtools-mcp_*"
+ "mcp__plugin_context7_context7__*",
+ "mcp__plugin_chrome-devtools-mcp_chrome-devtools__*"
]
},
"hooks": {
diff --git a/i18n/en.pot b/i18n/en.pot
index 6f5787c3..29a84557 100644
--- a/i18n/en.pot
+++ b/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2026-06-01T14:14:08.533Z\n"
-"PO-Revision-Date: 2026-06-01T14:14:08.533Z\n"
+"POT-Creation-Date: 2026-06-03T06:57:55.329Z\n"
+"PO-Revision-Date: 2026-06-03T06:57:55.331Z\n"
msgid "Add to {{- axisName}}"
msgstr "Add to {{- axisName}}"
@@ -656,12 +656,8 @@ msgstr ""
"used in the layout ({{- tetName}}). Remove the existing dimensions to use "
"these."
-msgid ""
-"Program indicators are not valid with {{visType}}. Switch to Line list to "
-"use them."
-msgstr ""
-"Program indicators are not valid with {{visType}}. Switch to Line list to "
-"use them."
+msgid "Cannot be used with {{visType}}."
+msgstr "Cannot be used with {{visType}}."
msgid ""
"This dimension is used as the custom value. Remove the custom value to use "
diff --git a/src/components/app-wrapper/drag-and-drop-provider/dimension-drag-overlay.tsx b/src/components/app-wrapper/drag-and-drop-provider/dimension-drag-overlay.tsx
index aeb013c7..5bd0e093 100644
--- a/src/components/app-wrapper/drag-and-drop-provider/dimension-drag-overlay.tsx
+++ b/src/components/app-wrapper/drag-and-drop-provider/dimension-drag-overlay.tsx
@@ -28,12 +28,13 @@ const DragOverlayItem: FC<
chipClasses.dragging,
classes.overlay,
{
- [chipClasses.chipEmpty]:
- !!data.overlayItemProps.itemsText,
+ [chipClasses.chipEmpty]: data.overlayItemProps.isEmpty,
}
)}
>
-