chore: fix native feature check

This commit is contained in:
Mo
2023-08-12 06:57:26 -05:00
parent 190d808bf4
commit 86cd0b5277
4 changed files with 6 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ export class RunWithPermissionsUseCase {
return
}
if (uiFeature.isFeatureDescription) {
if (uiFeature.isNativeFeature) {
runFunction()
return
}