Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
803
Issues
803
List
Boards
Labels
Service Desk
Milestones
Merge Requests
62
Merge Requests
62
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
7ba58875
Commit
7ba58875
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed a console log
parent
cdfb21ba
No related merge requests found
Pipeline
#70163965
canceled with stages
in 2 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
activity.ts
src/app/modules/legacy/components/cards/activity/activity.ts
+0
-1
upload.ts
src/app/services/api/upload.ts
+0
-1
No files found.
src/app/modules/legacy/components/cards/activity/activity.ts
View file @
7ba58875
...
...
@@ -40,7 +40,6 @@ import { ClientMetaService } from "../../../../../common/services/client-meta.se
})
export
class
Activity
implements
OnInit
{
minds
=
window
.
Minds
;
activity
:
any
;
...
...
This diff is collapsed.
Click to expand it.
src/app/services/api/upload.ts
View file @
7ba58875
...
...
@@ -21,7 +21,6 @@ export class Upload {
post
(
endpoint
:
string
,
files
:
Array
<
any
>
=
[],
data
:
any
=
{},
progress
:
Function
=
()
=>
{
return
;
},
xhr
:
XMLHttpRequest
=
null
)
{
files
.
map
(
file
=>
{
if
(
file
.
size
>
1900000000
)
{
console
.
dir
(
file
);
throw
new
Error
(
'
File exceeds 1.9GB maximum size. Please try compressing your file.
'
);
}
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment