mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
[CST-9639] Show warning only when replace is selected
This commit is contained in:
@@ -173,11 +173,11 @@ const initialState: AccessControlFormState = {
|
||||
export interface AccessControlFormState {
|
||||
item: {
|
||||
toggleStatus: boolean,
|
||||
accessMode: string,
|
||||
accessMode: 'add' | 'replace',
|
||||
},
|
||||
bitstream: {
|
||||
toggleStatus: boolean,
|
||||
accessMode: string,
|
||||
accessMode: 'add' | 'replace',
|
||||
changesLimit: string,
|
||||
selectedBitstreams: ListableObject[],
|
||||
}
|
||||
|
Reference in New Issue
Block a user