Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 11:34:41 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 15:50:40 +0300
commit0f8251e7617a9b6a81edc180acef61fd3173b15c (patch)
treec83403608db4b524dab44026e5f6508e731d7ea5 /app/assets/javascripts/notebook
parent5059c15d060a5fab68d1a7a9aa2fd39646540fdb (diff)
Fix typo in notebook props
Diffstat (limited to 'app/assets/javascripts/notebook')
-rw-r--r--app/assets/javascripts/notebook/cells/output/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notebook/cells/output/index.vue b/app/assets/javascripts/notebook/cells/output/index.vue
index d9f8604ed10..bd0bcc0d819 100644
--- a/app/assets/javascripts/notebook/cells/output/index.vue
+++ b/app/assets/javascripts/notebook/cells/output/index.vue
@@ -22,7 +22,7 @@ export default {
},
output: {
type: Object,
- requred: true,
+ required: true,
default: () => ({}),
},
},