Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laboite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps.education
laboite
Commits
ffacc31b
Commit
ffacc31b
authored
2 years ago
by
Bruno Boiget
Browse files
Options
Downloads
Plain Diff
Merge branch '136-pb-enregistreur-de-son-dans-publications' into 'dev'
Resolve "Pb enregistreur de son dans "Publications"" Closes
#136
See merge request
!550
parents
d6849e4a
7ecb4723
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!550
Resolve "Pb enregistreur de son dans "Publications""
Pipeline
#14902
passed
2 years ago
Stage: initial-checks
Stage: deps
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/imports/ui/components/system/AudioModal.jsx
+3
-2
3 additions, 2 deletions
app/imports/ui/components/system/AudioModal.jsx
with
3 additions
and
2 deletions
app/imports/ui/components/system/AudioModal.jsx
+
3
−
2
View file @
ffacc31b
...
...
@@ -223,6 +223,7 @@ const AudioModal = ({ onClose, selectFile, admin }) => {
onFinish
:
(
url
)
=>
{
setLoading
(
false
);
selectFile
(
url
);
toggleSend
();
},
},
});
...
...
@@ -272,13 +273,13 @@ const AudioModal = ({ onClose, selectFile, admin }) => {
{
label
:
'
components.AudioModal.refresh
'
,
disabled
:
!
audioBlob
||
loading
||
!
audioPlayer
,
onClick
:
audio
Player
?
null
:
refreshAudio
,
onClick
:
!
audio
Blob
?
null
:
refreshAudio
,
icon
:
<
RefreshIcon
/>,
},
{
label
:
'
components.AudioModal.upload
'
,
disabled
:
!
audioBlob
||
loading
||
!
audioPlayer
,
onClick
:
audio
Player
?
null
:
toggleSend
,
onClick
:
!
audio
Blob
?
null
:
toggleSend
,
icon
:
<
CloudUploadIcon
/>,
},
].
map
((
item
)
=>
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment