Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed May 6, 2024
1 parent 41cc0db commit b300fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form-sharing/3-updateSheetsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ fn(state => {
name.toLowerCase().includes('grm', 'feedback');

const instance = name =>
containsGRMFeedback(name) ? '' : 'Add manually';
containsGRMFeedback(name) ? '' : 'ADD MANUALLY @Admin!';

const projectId = name =>
containsGRMFeedback(name) ? 'Add manually' : '';
containsGRMFeedback(name) ? 'ADD MANUALLY @Admin!' : '';

const grmID = name => (containsGRMFeedback(name) ? 'GRM ID. XX' : '');

Expand Down

0 comments on commit b300fe3

Please sign in to comment.