diff --git a/www/datastore/Prune.js b/www/datastore/Prune.js index 5752907e..e0ff4f2d 100644 --- a/www/datastore/Prune.js +++ b/www/datastore/Prune.js @@ -32,7 +32,7 @@ Ext.define('PBS.PruneKeepInput', { hidden: true, handler: function() { this.triggers.clear.setVisible(false); - this.setValue(this.originalValue); + this.setValue(""); }, }, },