refactor: set placement as top by edfault for modals, better response header layout
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<SmartModal v-if="show" placement="top" @close="$emit('hide-modal')">
|
||||
<SmartModal v-if="show" @close="$emit('hide-modal')">
|
||||
<template #body>
|
||||
<input
|
||||
id="command"
|
||||
|
||||
Reference in New Issue
Block a user