add role update (#11217)
## Context This PR introduces the new Create and Edit role components, behind the PERMISSIONS_ENABLED_V2 feature flag.
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const settingsRoleIdsState = atom<string[]>({
|
||||
key: 'settingsRoleIdsState',
|
||||
default: [],
|
||||
});
|
||||
Reference in New Issue
Block a user