diff --git a/shared/studio/tabs/dataview/state/index.ts b/shared/studio/tabs/dataview/state/index.ts index 378f66a8..0f1eaff6 100644 --- a/shared/studio/tabs/dataview/state/index.ts +++ b/shared/studio/tabs/dataview/state/index.ts @@ -1171,7 +1171,8 @@ export class DataInspector extends Model({ .replace(/#.*/g, "") .trimStart() .replace(/^filter\s/i, "") - .trimEnd(), + .trimEnd() + .replace(/;+$/, ""), filter, ] as [string, string]; }