Skip to content

Commit

Permalink
Revert noContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Oct 13, 2023
1 parent 7bcf08d commit 7446c98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion addon/components/loader.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<Bs::Spinner @centered={{if @noContainer false true}} ...attributes />
<Bs::Spinner @centered={{true}} ...attributes />
3 changes: 0 additions & 3 deletions addon/components/loader.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import Component from '@glimmer/component';

export interface LoaderSignature {
Args: {
noContainer?: boolean;
};
Element: HTMLDivElement;
}

Expand Down

0 comments on commit 7446c98

Please sign in to comment.