mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the user can't create trigger AFTER UPDATE OF. #5790
This commit is contained in:
@@ -181,10 +181,6 @@ export default class TriggerSchema extends BaseUISchema {
|
||||
flag = (state.evnt_update && (_.size(state.columns) >= 1 && state.columns[0] != ''));
|
||||
}
|
||||
|
||||
if(flag && state.name) {
|
||||
state.name = null;
|
||||
}
|
||||
|
||||
return flag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user