fix typo
This commit is contained in:
@@ -101,7 +101,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
|
||||
<style src="@vueform/multiselect/themes/default.css"></style>
|
||||
|
||||
<template>
|
||||
<DashboardLayout title="role">
|
||||
<DashboardLayout title="Role">
|
||||
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
|
||||
<template #header>
|
||||
<div class="flex items-center space-x-2 p-2 bg-gray-200 dark:bg-gray-800">
|
||||
|
||||
@@ -128,7 +128,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
|
||||
<style src="@vueform/multiselect/themes/default.css"></style>
|
||||
|
||||
<template>
|
||||
<DashboardLayout title="user">
|
||||
<DashboardLayout title="User">
|
||||
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
|
||||
<template #header>
|
||||
<div class="flex items-center space-x-2 p-2 bg-gray-200 dark:bg-gray-800">
|
||||
|
||||
Reference in New Issue
Block a user