File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 33 <div class =" w-1/4 py-4" >
44 <label class =" font-normal text-80" >{{ field.label }}</label >
55 </div >
6- <div class =" w-3/4 py-4" >
6+ <div class =" w-3/4 py-4" >
77 <span v-if =" field.confirm == null" >
8- <nova-button
8+ <nova-button
99 :field =" field"
1010 :resourceName =" resourceName"
1111 :resourceId =" resourceId"
1212 @finished =" reload"
1313 />
1414 </span >
1515 <div v-else >
16- <span >
17- <a :class =" field.classes" v-html =" field.text" @click =" openModal = true" />
18- </span >
16+ <a :class =" field.classes" v-html =" field.text" @click =" openModal = true" />
1917 <portal to =" modals" >
2018 <transition name =" fade" >
2119 <modal v-if =" openModal" @modal-close =" openModal = false" >
2422 <heading :level =" 2" class =" mb-6" v-html =" field.confirm.title" ></heading >
2523 <p class =" text-80 leading-normal" v-html =" field.confirm.body" ></p >
2624 </div >
27- <div
28- class =" border-t border-50 px-6 py-3 ml-auto flex items-center"
25+ <div
26+ class =" border-t border-50 px-6 py-3 ml-auto flex items-center"
2927 style =" min-height : 70px ; flex-direction : row-reverse " >
30- <a
31- style =" order : 2 ;"
32- class =" cursor-pointer btn text-80 font-normal px-3 mr-3 btn-link"
28+ <a
29+ style =" order : 2 ;"
30+ class =" cursor-pointer btn text-80 font-normal px-3 mr-3 btn-link"
3331 @click.prevent =" openModal = false" >Cancel</a >
3432 <nova-button v-bind =" $props" @finished =" modalReload" />
3533 </div >
@@ -63,7 +61,7 @@ export default {
6361 },
6462 modalReload () {
6563 window .setTimeout (() => {
66- this .openModal = false ;
64+ this .openModal = false ;
6765 this .reload ()
6866 }, 400 )
6967 }
You can’t perform that action at this time.
0 commit comments