File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/scripts/components/server/users Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import FlashMessageRender from '@/components/FlashMessageRender';
99import getServerSubusers from '@/api/server/users/getServerSubusers' ;
1010import { httpErrorToHuman } from '@/api/http' ;
1111import Can from '@/components/elements/Can' ;
12- import PageContentBlock from '@/components/elements/PageContentBlock ' ;
12+ import ServerContentBlock from '@/components/elements/ServerContentBlock ' ;
1313import tw from 'twin.macro' ;
1414
1515export default ( ) => {
@@ -48,7 +48,7 @@ export default () => {
4848 }
4949
5050 return (
51- < PageContentBlock title = { 'Subusers' } >
51+ < ServerContentBlock title = { 'Subusers' } >
5252 < FlashMessageRender byKey = { 'users' } css = { tw `mb-4` } />
5353 { ! subusers . length ?
5454 < p css = { tw `text-center text-sm text-neutral-400` } >
@@ -64,6 +64,6 @@ export default () => {
6464 < AddSubuserButton />
6565 </ div >
6666 </ Can >
67- </ PageContentBlock >
67+ </ ServerContentBlock >
6868 ) ;
6969} ;
You can’t perform that action at this time.
0 commit comments