Skip to content

Commit

Permalink
fixing merge conflict (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambert-alex authored May 10, 2022
1 parent d235f63 commit c9056eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

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

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export default class AffiliatedEntityTable extends Mixins(DateMixin) {
// Custom Scroll bars
#affiliated-entity-table {
::v-deep .v-menu__content {
margin-left: -6rem;
margin-left: -5rem;
margin-right: 1rem;
text-align: left;
position: sticky;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ export default class EntityManagement extends Mixins(AccountChangeMixin, NextPag
private readonly createNumberedBusiness!: (accountId: Number) => Promise<void>
private readonly currentOrgAddress!: Address
private readonly syncAddress!: () => Address
private selectedColumns = ['Number', 'Type', 'Status', 'Last Modified', 'Modified By']
private columns = ['Number', 'Type', 'Status', 'Last Modified', 'Modified By']
private selectedColumns = ['Number', 'Type', 'Status']
private columns = ['Number', 'Type', 'Status']
$refs: {
successDialog: ModalDialog
Expand Down

0 comments on commit c9056eb

Please sign in to comment.