diff --git a/packages/@sanity/desk-tool/src/utils/parsePanesSegment.js b/packages/@sanity/desk-tool/src/utils/parsePanesSegment.js index 2c356e18b6c..834adef6dd9 100644 --- a/packages/@sanity/desk-tool/src/utils/parsePanesSegment.js +++ b/packages/@sanity/desk-tool/src/utils/parsePanesSegment.js @@ -1,5 +1,5 @@ /* eslint-disable import/prefer-default-export */ -const panePattern = /^([a-z0-9_-]+),?({.*?})?(?:(;|$))/i +const panePattern = /^([.a-z0-9_-]+),?({.*?})?(?:(;|$))/i export function parsePanesSegment(str) { const chunks = []