Commit 8000b961 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Illya Klymov

Update deprecated slot syntax in...

Update deprecated slot syntax in `./app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue`
parent 5c94a189
......@@ -92,7 +92,7 @@ export default {
@submit="onSubmit"
@cancel="onCancel"
>
<template slot="body" slot-scope="props">
<template #body="props">
<p v-html="props.text"></p>
<p v-html="confirmationTextLabel"></p>
<form ref="form" :action="deleteProjectUrl" method="post">
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/pages/admin/projects/index/components/delete_project_modal.vue
merge_request: 31994
author: Gilang Gumilar
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment