Skip to content

Commit

Permalink
fix(GovAlta#2162): rebase with alpha 1.17.0-alpha.119
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessatran-ddi authored and minhthytran committed Nov 29, 2024
1 parent 746e722 commit 970382d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class GoabDropdownItem {
@Input() label?: string;
@Input() name?: string;
@Input() mountType?: GoabDropdownItemMountType;
@Input() testId?: string;
}


Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail, Spacing } from "@abgov/ui-components-common";
import { GoabFileUploadOnCancelDetail, GoabFileUploadOnDeleteDetail } from "@abgov/ui-components-common";
import { CUSTOM_ELEMENTS_SCHEMA, Component, EventEmitter, Input, Output } from "@angular/core";

@Component({
Expand All @@ -19,10 +19,6 @@ import { CUSTOM_ELEMENTS_SCHEMA, Component, EventEmitter, Input, Output } from "
})
export class GoabFileUploadCard {
@Input({ required: true }) filename!: string;
@Input() mt?: Spacing;
@Input() mb?: Spacing;
@Input() mr?: Spacing;
@Input() ml?: Spacing;
@Input() size?: number;
@Input() type?: string;
@Input() progress?: number;
Expand Down

0 comments on commit 970382d

Please sign in to comment.