chore: fix native feature check
This commit is contained in:
@@ -59,7 +59,7 @@ export class RunWithPermissionsUseCase {
|
||||
return
|
||||
}
|
||||
|
||||
if (uiFeature.isFeatureDescription) {
|
||||
if (uiFeature.isNativeFeature) {
|
||||
runFunction()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user