1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

feat(app): enforce using of props in r2a [EE-3215] (#6943)

This commit is contained in:
Chaim Lev-Ari 2022-05-24 08:35:20 +03:00 committed by GitHub
parent 01dc9066b7
commit dc98850489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 20 deletions

View file

@ -57,6 +57,9 @@ export function EdgeCheckinIntervalField({
export const EdgeCheckinIntervalFieldAngular = r2a(EdgeCheckinIntervalField, [
'value',
'onChange',
'isDefaultHidden',
'tooltip',
'label',
]);
function useOptions(isDefaultHidden: boolean) {