mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix whitespace
This commit is contained in:
@@ -75,9 +75,10 @@
|
||||
addNotification({
|
||||
type: 'success',
|
||||
message:
|
||||
'All services for ' + $project.name + ' has been ' + (status
|
||||
? 'enabled.'
|
||||
: 'disabled.')
|
||||
'All services for ' +
|
||||
$project.name +
|
||||
' has been ' +
|
||||
(status ? 'enabled.' : 'disabled.')
|
||||
});
|
||||
trackEvent(Submit.ProjectService);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user