seung-00 commented on code in PR #5030:
URL: https://github.com/apache/zeppelin/pull/5030#discussion_r2280586786


##########
zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.ts:
##########
@@ -53,12 +54,12 @@ export class NotebookActionBarComponent extends 
MessageListenersManager implemen
   @Output() readonly editorHideChange = new EventEmitter<boolean>();
   @Output() readonly tableHideChange = new EventEmitter<boolean>();
   lfOption: Array<'report' | 'default' | 'simple'> = ['default', 'simple', 
'report'];
+  isRevisionSupported: boolean;

Review Comment:
   type specified



##########
zeppelin-web-angular/src/app/interfaces/notebook.ts:
##########
@@ -17,3 +17,7 @@ export interface NotebookSearchResultItem {
   text: string;
   header: string;
 }
+
+export interface NotebookCapabilities {
+  isRevisionSupported: boolean;

Review Comment:
   type specified



-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to