File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed
packages/client/src/pages Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -328,22 +328,21 @@ export const HomePage = observer((): JSX.Element => {
328
328
} }
329
329
/>
330
330
</ Stack >
331
- { configStore . store . config . adminOnlyViewMenuBarFlag &&
332
- configStore . isEngineOperationAvailable (
333
- 'APP' ,
334
- 'add' ,
335
- ) && (
336
- < Button
337
- size = { 'large' }
338
- variant = { 'contained' }
339
- onClick = { ( ) => {
340
- navigate ( '/app/new' ) ;
341
- } }
342
- aria-label = { `Open the App Model` }
343
- >
344
- Create New App
345
- </ Button >
346
- ) }
331
+ { configStore . isEngineOperationAvailable (
332
+ 'APP' ,
333
+ 'add' ,
334
+ ) && (
335
+ < Button
336
+ size = { 'large' }
337
+ variant = { 'contained' }
338
+ onClick = { ( ) => {
339
+ navigate ( '/app/new' ) ;
340
+ } }
341
+ aria-label = { `Open the App Model` }
342
+ >
343
+ Create New App
344
+ </ Button >
345
+ ) }
347
346
</ Stack >
348
347
</ Stack >
349
348
}
You can’t perform that action at this time.
0 commit comments