Skip to content

Commit

Permalink
update ntvi
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 21, 2024
1 parent c5e7806 commit 31161d5
Show file tree
Hide file tree
Showing 34 changed files with 3,459 additions and 2,601 deletions.
64 changes: 41 additions & 23 deletions src/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/client/src/app/modules/campaign/campaign.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import {DashboardModule} from '../dashboard/dashboard.module';
import {ThemeModule} from '../../@theme/theme.module';
import {MapsModule} from '../maps/maps.module';
import {ModulesModule} from '../modules.module';
import {NgxChartsModule} from "@swimlane/ngx-charts";

@NgModule({
declarations: [
Expand Down Expand Up @@ -81,6 +82,7 @@ import {ModulesModule} from '../modules.module';
ThemeModule,
MapsModule,
ModulesModule,
NgxChartsModule,
],
})
export class CampaignModule {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
<div class="col-sm-12 col-md-5 col-xl-5">
<div class="form-group">
<label for="_colors" class="label">{{'campaign_create_edit_tab_config_field_colors' | translate}}</label>
<nb-select id="_colors" formControlName="_colors" placeholder="{{'campaign_create_edit_tab_config_field_colors_placeholder' | translate}}" fullWidth
filled multiple>
<nb-select id="_colors" formControlName="_colors" placeholder="{{'campaign_create_edit_tab_config_field_colors_placeholder' | translate}}" fullWidth filled>
<nb-option *ngFor="let colorComp of colorsComposition" value="{{colorComp.id}}">
{{colorComp.name}}</nb-option>
</nb-select>
Expand Down
Loading

0 comments on commit 31161d5

Please sign in to comment.