File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
resources/js/Components/ServiceForm Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import UnsplashIcon from "@/Icons/Unsplash.vue";
8
8
import PrimaryButton from " @/Components/Button/PrimaryButton.vue" ;
9
9
import HorizontalGroup from " @/Components/Layout/HorizontalGroup.vue" ;
10
10
import Error from " @/Components/Form/Error.vue" ;
11
- import ReadDocHelp from " @/Components/Util/ReadDocHelp.vue" ;
12
11
13
12
const props = defineProps ({
14
13
form: {
@@ -49,7 +48,6 @@ const save = () => {
49
48
<a href =" https://unsplash.com/oauth/applications" class =" link" target =" _blank" >Create
50
49
an App on Unsplash</a >.
51
50
</p >
52
- <ReadDocHelp :href =" `${$page.props.mixpost.docs_link}/services/media//unsplash`" class =" mt-xs" />
53
51
</template >
54
52
55
53
<HorizontalGroup class =" mt-lg" >
You can’t perform that action at this time.
0 commit comments