-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Retrieve and Filter on displayed Sites of type PORTAL only - ME…
…ED-7682 - Meeds-io/MIPs#165 (#245) This change will filter the list of sites to retrieve sites of type 'PORTAL' only and to display sites which isn't attached to Spaces as public sites.
- Loading branch information
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
</v-row> | ||
</v-layout> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
props: { | ||
|