bito-code-review[bot] commented on code in PR #38584:
URL: https://github.com/apache/superset/pull/38584#discussion_r3662397549
##########
superset-frontend/src/types/Dashboard.ts:
##########
@@ -36,6 +36,7 @@ export interface Dashboard {
owners: Owner[];
extra_owners?: Owner[];
roles: Role[];
+ is_managed_externally?: boolean;
Review Comment:
<!-- Bito Reply -->
The change is appropriate as it aligns the TypeScript interface with the
backend contract, ensuring type consistency for the field.
**superset-frontend/src/types/Dashboard.ts**
```
- is_managed_externally?: boolean;
+ is_managed_externally: boolean;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]