Fixing segment create error, adding environment to feature dialog

This commit is contained in:
2026-04-16 08:59:54 -07:00
parent b75f5f602e
commit 7b624b3238
8 changed files with 24 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ const dialogStub = { template: '<div><slot /></div>' };
const mockSegments: SegmentResponse[] = [
{
id: 1, name: 'beta_users', projectId: 10, createdAt: '2026-01-01T00:00:00Z',
rules: [{ type: 'AND', conditions: [{ property: 'plan', operator: 'Equal', value: 'beta' }] }],
rules: [{ type: 'All', conditions: [{ property: 'plan', operator: 'Equal', value: 'beta' }] }],
},
{
id: 2, name: 'power_users', projectId: 10, createdAt: '2026-01-01T00:00:00Z',