SharedViewWarningDialogComponent - Warning dialog when saving changes to a shared view
Shows when a user attempts to save changes to a view that is shared with other users. Presents three options:
<mj-shared-view-warning-dialog [IsOpen]="showSharedWarning" [ViewName]="currentView.Name" (Action)="onSharedViewAction($event)" (Cancel)="showSharedWarning = false"></mj-shared-view-warning-dialog> Copy
<mj-shared-view-warning-dialog [IsOpen]="showSharedWarning" [ViewName]="currentView.Name" (Action)="onSharedViewAction($event)" (Cancel)="showSharedWarning = false"></mj-shared-view-warning-dialog>
SharedViewWarningDialogComponent - Warning dialog when saving changes to a shared view
Shows when a user attempts to save changes to a view that is shared with other users. Presents three options:
Example